|
|
|
|
|
by krishanath
2841 days ago
|
|
What is it about React, that needs you to use a state management library? I have programmed in Servlets, JSP Model 2, ASP.NET, iOS, Android, Windows. None of these require a state management library. But React developers seem to think a state management library is a must-have. Is this a cultural thing? Is it due to some limitation of React? |
|
For a lot of straightforward React applications, state management libraries probably make things worse.