Redux: The probelm with redux

Created on 23 Sep 2016  ·  3Comments  ·  Source: reduxjs/redux

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?

Most helpful comment

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.

All 3 comments

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.

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

benoneal picture benoneal  ·  3Comments

timdorr picture timdorr  ·  3Comments

ramakay picture ramakay  ·  3Comments

cloudfroster picture cloudfroster  ·  3Comments

jbri7357 picture jbri7357  ·  3Comments