-
Notifications
You must be signed in to change notification settings - Fork 1
Resources
TimGuiteDiamond edited this page May 19, 2020
·
2 revisions
Useful resources for learning about React and this project.
- Building Applications with React and Redux - looks like it starts simple and gets harder, fairly thorough. Includes testing frameworks fro React and Redux
- Using React Hooks - we are using React hooks extensively, this appears to be a short and to the point course, particularly the first two sections
- Complete React Guide - chapters 1 through 7 as well as 14 and 16 which focus and Redux are of particular use
- React Docs
- Redux Docs
- Jest Docs
- Enzyme Docs
- HTML Element Referece - yes we are using React but it all boils down to HTML tags in the end!
- EPICS Normative Types