Skip to content

Commit c2cd170

Browse files
authored
Remove outdated content in "How do I organize nested or duplicate data in my state?" (#4438)
1 parent 4bbb446 commit c2cd170

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/faq/OrganizingState.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,15 @@ Data with IDs, nesting, or relationships should generally be stored in a “norm
7272

7373
**Documentation**
7474

75+
- [Redux Essentials: Normalizing Data](../tutorials/essentials/part-6-performance-normalization#normalizing-data)
7576
- [Redux Fundamentals: Async Logic and Data Flow](../tutorials/fundamentals/part-6-async-logic.md)
7677
- [Redux Fundamentals: Standard Redux Patterns](../tutorials/fundamentals/part-7-standard-patterns.md)
7778
- [Examples: Real World example](../introduction/Examples.md#real-world)
7879
- [Using Redux: Structuring Reducers - Prerequisite Concepts](../usage/structuring-reducers/PrerequisiteConcepts.md#normalizing-data)
7980
- [Using Redux: Structuring Reducers - Normalizing State Shape](../usage/structuring-reducers/NormalizingStateShape.md)
80-
- [Examples: Tree View](https://github.com/reduxjs/redux/tree/master/examples/tree-view)
8181

8282
**Articles**
8383

84-
- [High-Performance Redux](https://somebody32.github.io/high-performance-redux/)
8584
- [Querying a Redux Store](https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f)
8685

8786
**Discussions**
@@ -91,11 +90,9 @@ Data with IDs, nesting, or relationships should generally be stored in a “norm
9190
- [#946: Best way to update related state fields with split reducers?](https://github.com/reduxjs/redux/issues/946)
9291
- [#994: How to cut the boilerplate when updating nested entities?](https://github.com/reduxjs/redux/issues/994)
9392
- [#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)
9593
- [#1824: Normalising state and garbage collection](https://github.com/reduxjs/redux/issues/1824#issuecomment-228585904)
9694
- [Twitter: state shape should be normalized](https://twitter.com/dan_abramov/status/715507260244496384)
9795
- [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)
9996

10097
### Should I put form state or other UI state in my store?
10198

0 commit comments

Comments
 (0)