April 2021
Intermediate to advanced
376 pages
9h 53m
English
1.1 What is React?
1.3 React Hooks can add state to function components
Stateful function components: Less code, better organization
Custom hooks: Easier code reuse
Third-party hooks provide ready-made, well-tested functionality
1.4 Better UX with Concurrent Mode and Suspense
1.5 React’s new publication channels
1.7 Getting started
2 Managing component state with the useState hook