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

What is better between BLoC and Redux? #179

Open
Allan-Nava opened this issue Apr 2, 2020 · 3 comments
Open

What is better between BLoC and Redux? #179

Allan-Nava opened this issue Apr 2, 2020 · 3 comments

Comments

@Allan-Nava
Copy link

What do u suggest?

@luiz-rocha
Copy link

You have to change your questions.
What is better for me?
What is better for the project I am developing?
Should I learn only one or learn various and adapt to when they are needed?
If there's a project in mid-development already using one architecture, what should I do?

@Allan-Nava
Copy link
Author

You have to change your questions.
What is better for me?
What is better for the project I am developing?
Should I learn only one or learn various and adapt to when they are needed?
If there's a project in mid-development already using one architecture, what should I do?

You're right!

@akmadan
Copy link

akmadan commented Dec 24, 2022

  1. What is better for me? - If you are new to both, then try to go through the docs of both, try to see the examples, then choose one of them whichever you find easy to shift your current state management.
  2. What is better for the project I am developing? - For this you also need to check your team, the one they are comfortable with, they are equipped with. If you are alone in the project then same answer as above.
  3. Should I learn only one or learn various and adapt to when they are needed? - No need of learning multiple state managements, Provider, Bloc are more than enough to create any app.
  4. If there's a project in mid-development already using one architecture, what should I do? - Then check if that architecture has enough resources to refer, has a big community to maintain it or not, otherwise try shifting to a more stable and famous architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants