If you’re looking to simplify state management in React, learn about Hookstate, an incredibly fast and flexible state management tool.
Recoil 0.3 introduced improved scalability for time and memory consumption of atom families, more friendly error throws, support for Safari, and more.
This demonstration shows how to detect and resolve performance issues in React using the library Why Did You Render.
MobX can be used for large-scale applications. Learn how to structure app state, define relationships between data, and more here.
Using React compound components, learn how to dynamically switch from a table to grid layout for an interactive interface.
Learn how to use AWS Cognito, AppSync, and DynamoDB to set up a multi-tenant SaaS application with a React frontend.
useState
vs. useRef
: Similarities, differences, and use casesLearn the similarities and differences between the useState and useRef Hooks in React, as illustrated demos and use cases.
React projects can quickly become a mess. Here, you can learn how to use a multi-layered structure to optimize React apps.
Learn how to use Bulma, an open source CSS framework, within React for easy styling without the need for JavaScript.
renature
renature is a physics-based animation library for React inspired by the natural world. We cover its core API and share several demos.
Understand what PropTypes and TypeScript are, consider their relevance in React applications, and discover how they can be used together.
Discover five essential React DevTools features that you might not have tried yet or didn’t even know existed.