|
|
|
|
|
by whitefish
3209 days ago
|
|
Redux is unnecessary complexity. Anyone considering it, please do yourself a favor: check out an MVC framework and see how simple it is. Remember, when React first came out they described at as "React is the V in MVC." Adopt MVC in your project and watch your productivity soar. Note: Some people believe that MVC implies two-way data binding. This is false. |
|
You can get very far with setState before you need a library like Redux to manage application state. And you can get even further if you use something like Apollo or Relay to handle data fetching. Then your productivity will really soar!
(For me, React + Apollo feels as magic as Rails did ten years ago.)