Blog Posts About React

React Hooks are live in production. Learn what you need to know to get started using and testing them today.

Share logic in your React package with support for both custom Hooks and class components by using the Hydra pattern.

Learn about our new open-source Redux data-loading library Iguazu

Learn how the new JavaScript rest and spread syntax can simplify your code and reduce visual clutter.

Clean code is a consistent style of programming that makes your code easier to write, read, and maintain. Discover how to make your React code cleaner using easy-to-follow examples.

In React, Render Callbacks are a powerful alternative to Higher-Order Components (HOCs). Learn why you should avoid using one of the most popular implementations, Function as Child Components, and discover better solutions like Render Props and Component Injection.