Facebook Engineering Blog
Releasing Hooks for React 16.8

Releasing Hooks for React 16.8

2/22/2019 · Joel Marcey

What this post added

Introduced React Hooks (useState, etc.) as a new pattern for writing React components, enabling state and lifecycle features within function components. Hooks are backward compatible and aim to simplify code reuse and organization by avoiding the drawbacks of render props and higher-order components.

Read the original post ↗