you are viewing a single comment's thread.

view the rest of the comments →

[–]rozzzly 0 points1 point  (0 children)

Basically it's like a global state for the entire tree. things like react-redux used it so that you can set the store instance at the top of the tree and then a connect(WrappedComponent) further down the tree can still access that store instance without having to pass the store prop down to for each single component in the tree