Application State Management with React
Application State Management with React Managing state is arguably the hardest part of any application. It’s why there are so many state management libraries available and more coming around every day (and even some built on top of others… There are hundreds of “easier redux” abstractions on npm). Despite the fact that state management is…