Using React with Redux + Redux Thunk
As your react application gets larger, it gets harder and harder to keep track and maintain your states. This is where Redux can come in to help; it is a state management library that provides you with a central state (called the store), eliminating ...
steffy.hashnode.dev7 min read
Ryan Edge
Flutter & full-stack JavaScript enthusiast
I don't agree with the opening statement that large apps become more manageable with redux. I've seen small apps that were a complete mess with it, and I've seen large apps that were clean and pragmatic without it.