Reference materials for the introduction to React/Redux classroom training. Each chapter tries to cover a specific topic, sum up the key points, while adding a bunch of references from different sources.
Chapters
- The State of JavaScript in 2018
- Modern Web Development
- Introduction to React
- React Router
- Composition and Reusability in React
- Testing React Apps
- State Management & Data Flows
- Redux
- React-Redux Integration
- Backend Integration
- Future References
General References
- React Docs - official documentation
- Create React App - standard skeleton for a React app
- CodeSandbox - online editor for modern frontend development
- Prettier - modern (and opinionated) JS formatter
- Redux - official documentation