react-context-orm
An ORM library for React applications
An ORM library for React applications
Controla o context-api do react
A CLI tool that simplifies project initialization for React or Next.js applications by setting up common folder structures, installing packages, and configuring state management.
A dead-simple and boiler-plate free state management strategy for React.
With the context api some familiar patterns began popping up. Create a Context, Provider, a reducer and state objects. This is fine, but say you have multiple pages and want each to have their own context, you can easily find yourself in boilerplate