React State Management best practices (aka no Redux)

Emmanuel Meric de Bellefon
7 min readJul 21, 2021

React has been around for a long time and has evolved a lot since then. We went from class components to hooks, and many other libraries popped in in the ecosystem.

Many codebases still do extensive use of Redux while its utility has been questioned by its creator, but there are many other alternatives available in the React library that can make your life much simpler.

--

--