Skip to content

Commit 8b36209

Browse files
authored
Update README.md
Fix Readme links
1 parent 6e955be commit 8b36209

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,24 @@ A compilation of React Patterns, techniques, tips and tricks.
1414
1515

1616
- 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)
3435
- Anti-Patterns
3536
- [Introduction](./anti-patterns/README.md)
3637
- [Props In Initial State](./anti-patterns/01.props-in-initial-state.md)

0 commit comments

Comments
 (0)