React Hooks: What's going to happen to react context?
Explores the evolution of React Context API and how new features like Hooks simplify consuming multiple contexts in components.
Explores the evolution of React Context API and how new features like Hooks simplify consuming multiple contexts in components.
A new course teaching how to refactor React class components to use modern function components with Hooks and Suspense.
Explores the future of React render props with the rise of Hooks, comparing implementations and arguing both have a place.
How to refactor React tests to avoid breaking when migrating class components to function components with Hooks.
A historical React article explaining when to avoid the render props pattern, advocating for custom hooks as a superior alternative.
Explores React's 'new' Context API, its evolution with hooks, and why it's a stable solution for state management.
Explains the state reducer pattern in React for flexible UI library state management, using downshift as an example.