Skip to content

Commit e309c0d

Browse files
committed
Related Links
1 parent 4d964fd commit e309c0d

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

READINGS.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Readings
2+
- [React in Patterns by krasimir](https://github.com/krasimir/react-in-patterns)
3+
- [React Patterns by planningcenter](https://github.com/planningcenter/react-patterns)
4+
- [reactpatterns.com](https://github.com/chantastic/reactpatterns.com)
5+
- [10 React Mini-patterns](https://hackernoon.com/10-react-mini-patterns-c1da92f068c5)

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,4 @@ A compilation of React Patterns, techniques, tips and tricks.
7575
- [Introduction](./gotchas/README.md)
7676
- [Pure render checks](./gotchas/01.pure-render-checks.md)
7777
- [Synthetic Events](./gotchas/02.synthetic-events.md)
78-
- References
79-
- [React in Patterns by krasimir](https://github.com/krasimir/react-in-patterns)
80-
- [React Patterns by planningcenter](https://github.com/planningcenter/react-patterns)
81-
- [reactpatterns.com](https://github.com/chantastic/reactpatterns.com)
82-
- [10 React Mini-patterns](https://hackernoon.com/10-react-mini-patterns-c1da92f068c5)
78+
- [Related Links](./READINGS.md)

SUMMARY.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,4 @@
7272
- [Introduction](./gotchas/README.md)
7373
- [Pure render checks](./gotchas/01.pure-render-checks.md)
7474
- [Synthetic Events](./gotchas/02.synthetic-events.md)
75-
- References
76-
- [React in Patterns by krasimir](https://github.com/krasimir/react-in-patterns)
77-
- [React Patterns by planningcenter](https://github.com/planningcenter/react-patterns)
78-
- [reactpatterns.com](https://github.com/chantastic/reactpatterns.com)
79-
- [10 React Mini-patterns](https://hackernoon.com/10-react-mini-patterns-c1da92f068c5)
75+
- [Related Links](./READINGS.md)

0 commit comments

Comments
 (0)