Difference between revisions of "React Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(7 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= | |||
* https://react-bootstrap.github.io/ | |||
* https://chakra-ui.com/ | |||
* https://material-ui.com/ | |||
* https://react.semantic-ui.com/ | |||
=Interesting Examples= | |||
* https://codesandbox.io/s/github/reduxjs/redux-toolkit/tree/master/examples/query/react/authentication?from-embed=&file=/src/features/auth/Login.tsx | |||
[[Category:React]] | [[Category:React]] |
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/