Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @bentoo/state-man to state management for React #7728

Open
manuelbento19 opened this issue Nov 13, 2024 · 2 comments
Open

Add @bentoo/state-man to state management for React #7728

manuelbento19 opened this issue Nov 13, 2024 · 2 comments
Labels
react Roadmap: react topic-change Missing or deprecated topics in roadmap

Comments

@manuelbento19
Copy link

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:

  • Lightness and simplicity
  • Performance
  • Easy learning

More information can be found in the official documentation:
https://www.npmjs.com/package/@bentoo/state-man

@manuelbento19 manuelbento19 added the topic-change Missing or deprecated topics in roadmap label Nov 13, 2024
@github-actions github-actions bot added the react Roadmap: react label Nov 13, 2024
@fellalli
Copy link
Contributor

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.

@manuelbento19
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
react Roadmap: react topic-change Missing or deprecated topics in roadmap
Projects
None yet
Development

No branches or pull requests

2 participants