|
|
|
|
|
by tptacek
2841 days ago
|
|
You absolutely do not need to use a state management library to build a React app, and, in fact, you need them even less now than you did a couple years back, because the Context API got so much better. For a lot of straightforward React applications, state management libraries probably make things worse. |
|