You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Querying a Redux Store](https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f)
86
85
87
86
**Discussions**
@@ -91,11 +90,9 @@ Data with IDs, nesting, or relationships should generally be stored in a “norm
91
90
-[#946: Best way to update related state fields with split reducers?](https://github.com/reduxjs/redux/issues/946)
92
91
-[#994: How to cut the boilerplate when updating nested entities?](https://github.com/reduxjs/redux/issues/994)
93
92
-[#1255: Normalizr usage with nested objects in React/Redux](https://github.com/reduxjs/redux/issues/1255)
94
-
-[#1269: Add tree view example](https://github.com/reduxjs/redux/pull/1269)
95
93
-[#1824: Normalising state and garbage collection](https://github.com/reduxjs/redux/issues/1824#issuecomment-228585904)
96
94
-[Twitter: state shape should be normalized](https://twitter.com/dan_abramov/status/715507260244496384)
97
95
-[Stack Overflow: How to handle tree-shaped entities in Redux reducers?](https://stackoverflow.com/questions/32798193/how-to-handle-tree-shaped-entities-in-redux-reducers)
98
-
-[Stack Overflow: How to optimize small updates to props of nested components in React + Redux?](https://stackoverflow.com/questions/37264415/how-to-optimize-small-updates-to-props-of-nested-component-in-react-redux)
99
96
100
97
### Should I put form state or other UI state in my store?
0 commit comments