Skip to content

Commit 5cb4809

Browse files
authored
Update Document - Make Recipes index as same ordering as naviga… (#3883)
1 parent 9ba130d commit 5cb4809

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/recipes/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ hide_title: true
99
These are some use cases and code snippets to get you started with Redux in a real app. They assume you understand the topics in [basic](../basics/README.md) and [advanced](../advanced/README.md) tutorials.
1010

1111
- [Configuring Your Store](ConfiguringYourStore.md)
12-
- [Usage with TypeScript](./UsageWithTypescript.md)
12+
- [Usage with TypeScript](UsageWithTypescript.md)
1313
- [Migrating to Redux](MigratingToRedux.md)
1414
- [Using Object Spread Operator](UsingObjectSpreadOperator.md)
1515
- [Reducing Boilerplate](ReducingBoilerplate.md)
16-
- [Code Splitting](CodeSplitting.md)
1716
- [Server Rendering](ServerRendering.md)
1817
- [Writing Tests](WritingTests.md)
1918
- [Computing Derived Data](ComputingDerivedData.md)
2019
- [Implementing Undo History](ImplementingUndoHistory.md)
21-
- [Isolating Subapps](IsolatingSubapps.md)
22-
- [Structuring Reducers](structuring-reducers/StructuringReducers.md)
20+
- [Isolating Redux Sub-Apps](IsolatingSubapps.md)
2321
- [Using Immutable.JS with Redux](UsingImmutableJS.md)
22+
- [Code Splitting](CodeSplitting.md)
23+
- [Structuring Reducers](structuring-reducers/StructuringReducers.md)

0 commit comments

Comments
 (0)