From 992e5838bd68b17428261f3ca56647f9cd1d1c32 Mon Sep 17 00:00:00 2001 From: Chihab Otmani Date: Sat, 3 Aug 2019 16:27:40 +0100 Subject: [PATCH] doc(react): add react patterns --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06f972c..b05d4d8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ - [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple library for implementing common design patterns. - React - [design-patterns](http://krasimirtsonev.com/blog/article/react-js-in-design-patterns) + - [react-bits](https://github.com/vasanthk/react-bits) + - [reactpatterns.com](https://reactpatterns.com) - Ruby - [design-patterns](https://github.com/davidgf/design-patterns-in-ruby) - Scala