Difference between revisions of "React Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* https://reactjs.org/docs/hooks-effect.html | * https://reactjs.org/docs/hooks-effect.html | ||
* https://getbootstrap.com/docs/4.0/components/navbar/ | * https://getbootstrap.com/docs/4.0/components/navbar/ | ||
=Youtube Overviews= | |||
* [https://www.youtube.com/watch?v=SAIdyBFHfVU The introduction to React you've been missing - Kent C. Dodds UtahJS 17 Sept 2018] | |||
=Courses= | |||
* https://kcd.im/beginner-react | |||
* https://kcd.im/advanced-react | |||
=Redux Toolkit= | |||
* https://redux-toolkit.js.org/api/createAsyncThunk | |||
=UI Libraries= | =UI Libraries= | ||
Line 10: | Line 24: | ||
* https://material-ui.com/ | * https://material-ui.com/ | ||
* https://react.semantic-ui.com/ | * https://react.semantic-ui.com/ | ||
=Interesting Examples= | =Interesting Examples= |
Latest revision as of 12:51, 26 March 2022
Misc Links
Youtube Overviews
Courses
Redux Toolkit
UI Libraries
- https://react-bootstrap.github.io/
- https://chakra-ui.com/
- https://material-ui.com/
- https://react.semantic-ui.com/