|
|
|
|
|
by txsh
2989 days ago
|
|
I am new to React and Redux so I might not have a well informed opinion. Also, I see the value of Redux and I use it in my projects. But it's awkward setting up a global event handler with switch statements. And it seems like adding new functionality should require one step instead of three (updating a reducer file, updating an action file, and updating mapStateToProps). It's like Redux operates on a different paradigm than Javascript and React. I do not think I'm knowledgeable enough to suggest any solutions. |
|
[0] https://medium.com/@dan_abramov/you-might-not-need-redux-be4...
[1] http://blog.isquaredsoftware.com/2017/05/idiomatic-redux-tao...