You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recommend adding the library @bentoo/state-man to the React roadmap, in the State Management section.
@bentoo/state-man is a simple, lightweight and efficient solution for state management, which stands out for its ease of use and low impact on application performance. It is an excellent alternative for those looking for a minimalist and fast approach to dealing with state in React, without the complexity of other libraries.
Nice library, but we are not going to add a lib with 2 weekly downloads on npm and 7 stars on the GitHub repository, because the roadmap is not there to showcase libraries, but to help people learn React.
In fact, the library was built with the aim of showing not just how to manage states, but how to do it efficiently and avoid the dreaded "Context Hell".
Using the Context API is a great strategy for sharing states (props drilling), but the big problem is the side effects, such as re-rendering and the difficulty of maintenance as the application grows.
This library helps to avoid unnecessary rendering with each state change. But I understand your comment... thanks for the feedback.
Roadmap URL
https://roadmap.sh/react
Suggestions
I recommend adding the library @bentoo/state-man to the React roadmap, in the State Management section.
@bentoo/state-man is a simple, lightweight and efficient solution for state management, which stands out for its ease of use and low impact on application performance. It is an excellent alternative for those looking for a minimalist and fast approach to dealing with state in React, without the complexity of other libraries.
Why add to the roadmap:
More information can be found in the official documentation:
https://www.npmjs.com/package/@bentoo/state-man
The text was updated successfully, but these errors were encountered: