@@ -14,23 +14,24 @@ A compilation of React Patterns, techniques, tips and tricks.
14
14
15
15
16
16
- Design Patterns and Techniques
17
- - [ Conditional in JSX] ( ./patterns/18.conditionals-in-jsx.md )
18
- - [ Async Nature Of setState()] ( ./patterns/19.async-nature-of-setState.md )
19
- - [ Dependency Injection] ( ./patterns/20.dependency-injection.md )
20
- - [ Context Wrapper] ( ./patterns/21.context-wrapper.md )
21
- - [ Event Handlers] ( ./patterns/22.event-handlers.md )
22
- - [ Flux Pattern] ( ./patterns/23.flux-pattern.md )
23
- - [ One Way Data Flow] ( ./patterns/24.one-way-data-flow.md )
24
- - [ Presentational vs Container] ( ./patterns/25.presentational-vs-container.md )
25
- - [ Third Party Integration] ( ./patterns/26.third-party-integration.md )
26
- - [ Passing Function To setState()] ( ./patterns/27.passing-function-to-setState.md )
27
- - [ Decorators] ( ./patterns/28.decorators.md )
28
- - [ Feature Flags] ( ./patterns/29.feature-flags-using-redux.md )
29
- - [ Component Switch] ( ./patterns/30.component-switch.md )
30
- - [ Reaching Into A Component] ( ./patterns/31.reaching-into-a-component.md )
31
- - [ List Components] ( ./patterns/32.list-components.md )
32
- - [ Format Text via Component] ( ./patterns/33.format-text-via-component.md )
33
- - [ Share Tracking Logic] ( ./patterns/34.share-tracking-logic.md )
17
+ - [ Conditional in JSX] ( ./patterns/1.conditionals-in-jsx.md )
18
+ - [ Async Nature Of setState()] ( ./patterns/2.async-nature-of-setState.md )
19
+ - [ Dependency Injection] ( ./patterns/3.dependency-injection.md )
20
+ - [ Context Wrapper] ( ./patterns/4.context-wrapper.md )
21
+ - [ Event Handlers] ( ./patterns/5.event-handlers.md )
22
+ - [ Flux Pattern] ( ./patterns/6.flux-pattern.md )
23
+ - [ One Way Data Flow] ( ./patterns/7.one-way-data-flow.md )
24
+ - [ Presentational vs Container] ( ./patterns/8.presentational-vs-container.md )
25
+ - [ Third Party Integration] ( ./patterns/9.third-party-integration.md )
26
+ - [ Passing Function To setState()] ( ./patterns/10.passing-function-to-setState.md )
27
+ - [ Decorators] ( ./patterns/11.decorators.md )
28
+ - [ Feature Flags] ( ./patterns/12.feature-flags-using-redux.md )
29
+ - [ Component Switch] ( ./patterns/13.component-switch.md )
30
+ - [ Reaching Into A Component] ( ./patterns/14.reaching-into-a-component.md )
31
+ - [ List Components] ( ./patterns/15.list-components.md )
32
+ - [ Format Text via Component] ( ./patterns/16.format-text-via-component.md )
33
+ - [ React Fragments] ( ./patterns/17.react-fragments.md )
34
+ - [ Share Tracking Logic] ( ./patterns/18.share-tracking-logic.md )
34
35
- Anti-Patterns
35
36
- [ Introduction] ( ./anti-patterns/README.md )
36
37
- [ Props In Initial State] ( ./anti-patterns/01.props-in-initial-state.md )
0 commit comments