Single Redux Store
Redux keeps the whole application state in one store holding a single state tree, making it the sole source of truth. Centralizing state enables serialization, time travel, and global inspection, at the cost of routing every update through one place.
This Concept is waiting for its first lesson!
Redux keeps the whole application state in one store holding a single state tree, making it the sole source of truth. Centralizing state enables serialization, time travel, and global inspection, at the cost of routing every update through one place.
Are you a teacher? Sign in to start contributing.
Sign In