|
|
|
|
|
by frigen
3216 days ago
|
|
My theory is that any technology that can be simpler will be replaced by one that IS simpler. New technologies like react either need to fix their problems like lack of integrated state management or be replaced by something that does do it right. The criticisms of the linked post are valid. |
|
Integrated state mgmt is out of scope for React JS per se. Some ppl feel mobx is a better approach than redux. They're free to mix n match libs to suit their prefs. The React ecosystem is a set of libraries; by definition that entails more choices, more "fatigue", more combinations of approaches, and more innovation, compared to all-inclusive frameworks like Angular. Don't get me wrong; Ng gets some things right, and there are valid reasons to deliberately limit choices and go all-in w/ a framework. But I respectfully disagree thst React "needs" to integrate state management.