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

Should I use a state management library? #7

Open
Akshay-Kumar-Sharma7807 opened this issue Oct 29, 2022 · 0 comments
Open

Should I use a state management library? #7

Akshay-Kumar-Sharma7807 opened this issue Oct 29, 2022 · 0 comments
Labels
question Further information is requested

Comments

@Akshay-Kumar-Sharma7807
Copy link
Owner

The complexity of this app is growing day by day.
So, sometimes I have to do some prop drilling to pass states to some components that need them.
For now it's fine, but as this project grows in complexity it becomes a tedious task.

So, should I use some state management library and If I should, which library I should use for this project?

Some options are:

  • Redux
  • Flux
  • Recoil
  • Jotai
  • Rematch

Or maybe I just use React Context.

@Akshay-Kumar-Sharma7807 Akshay-Kumar-Sharma7807 added the question Further information is requested label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant