From 4dad6482bf3493cb37c248d9ec4b69be7027f43b Mon Sep 17 00:00:00 2001 From: Ramses Garate <47763122+ramsesgarate@users.noreply.github.com> Date: Thu, 7 Oct 2021 22:24:11 -0300 Subject: [PATCH] Add "React in Patterns" from Krasimir Tsonev (#6016) * add react in patterns from Krasimir Tsonev * delete ('web') in react in patterns book --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index b31a684e7..429de6465 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1250,6 +1250,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [React Book, your beginner guide to React](https://github.com/softchris/react-book/) - Chris Noring * [React Enlightenment](https://www.reactenlightenment.com) * [React In-depth: An exploration of UI development](https://developmentarc.gitbooks.io/react-indepth/content/) +* [React in patterns](https://krasimir.gitbooks.io/react-in-patterns/content) - Krasimir Tsonev * [React JS Notes for Professionals](https://goalkicker.com/ReactJSBook/) - Compiled from StackOverflow Documentation (PDF) * [React Primer Draft](https://github.com/mikechau/react-primer-draft) * [React Succinctly](https://www.syncfusion.com/ebooks/react-succinctly) - Samer Buna