Search posts, tags, users, and pages
Steffy Lo
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 ...
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.
Definitely, this is why I said Redux "can" help. I've seen a lot of small apps that uses Redux unnecessarily.
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.