Recompose is a React utility belt for function components and higher-order components. Think of it like lodash for React.
Recompose is a React utility belt for function components and higher-order components. Think of it like lodash for React.
You can use Recompose to
- lift state into functional wrappers
- perform the most common React patterns
- optimize rendering performance
- interoperate with other libraries
- build your own libraries