References to go from rookie to an advanced React user. I'll not cover basics here. This is not the place to learn how to install, Hello World or make a todo app in React. Basic knowledge is assumed to follow the content.
- Related Programming/Javascript concepts
- Core Concepts
- Design Patterns
- State Management
- Performance
- Libraries (soon)
- Redux(soon)
- Mobx(soon)
- Thinking in React
- React Stateless Functional Components: Nine Wins You Might Have Overlooked
- Refs and the DOM
- Making Sense of React Hooks
- How to decouple state and UI (a.k.a you don't need componentWillMount)
- Render Props
- You Probably Don't Need Derived State