From 30635abdd4d7c62dfd792c5a1b91747b26953dcc Mon Sep 17 00:00:00 2001 From: dajiaohuang Date: Sat, 20 Jun 2026 01:55:25 +0800 Subject: [PATCH] Add Patterns.dev to React section --- 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 a01356ef5..4ee0ca60c 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1381,6 +1381,7 @@ Books on general-purpose programming that don't focus on a specific language are * [How To Code in React.js](https://www.digitalocean.com/community/books/how-to-code-in-react-js-ebook) - Joe Morgan * [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660) * [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts) +* [Patterns.dev](https://www.patterns.dev/) - Lydia Hallie, Addy Osmani (HTML) * [Quick Start](https://react.dev/learn) * [React-Bits](https://github.com/vasanthk/react-bits) * [React Book, your beginner guide to React](https://github.com/softchris/react-book/) - Chris Noring