When you should (and shouldn't) use Redux
Redux is a powerful library, but it is also opinionated and adds boilerplate code to your application. In exchange, you get power state management and debugging tools like time travel. How can you tell if the trade-offs will be worth it for your proj...
peanutbutterjavascript.hashnode.dev3 min read
Jorge Romero
Thats a very nice way to summarize the problem. I will bookmark it so I can check it back later!
Thanks Glenn Stovall