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

The probelm with redux #1981

Closed
CellOcean opened this issue Sep 23, 2016 · 3 comments
Closed

The probelm with redux #1981

CellOcean opened this issue Sep 23, 2016 · 3 comments

Comments

@CellOcean
Copy link

I 'v been researching on redux for a while,
still unable to use it in to my project.

Redux makes things more complicated, even if you just want to implement a list retrieved from server.
you have to write much more boilerplate codes , in order to get redux works.

I really doubt if all the efforts worth the cost.

does anyone have the same doubt?

@canibanoglu
Copy link
Contributor

Uh no. No one is advocating the use of Redux in simple projects where you can reason about the state easily. You can do it but Redux really shines in more complex projects where state management is a serious issue.

@alexeyraspopov
Copy link
Contributor

You definitely don't need Redux if you just want to show data retrieved from a server. Check this article and maybe this project.

@markerikson
Copy link
Contributor

markerikson commented Sep 23, 2016

This is a bug tracker, and not intended as a discussion forum. FWIW, Dan did just write a post on this topic: https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367 . Redux has tradeoffs, and those may or may not be worth it for your application.

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

4 participants