Mohammad Faisal
May 20, 2021

--

Yes there are multiple good libraries for state management. But the most important thing to consider is do you really need it.
For example you are talking about context API.
For me if context API can serve the purpose( most of the cases) I Won't add redux or recoil to the project.
Especially redux because its very general purpose.
For recoil there are spicefic use cases where it can be used.

--

--