From 01121ccad5f5223be4e5a20d667d38adede38c70 Mon Sep 17 00:00:00 2001 From: PariSh KhAn Date: Fri, 22 May 2026 12:12:57 +0600 Subject: [PATCH 1/2] Add TutorialSearch to Learn section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45c392d..d91feb1 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ If you want to contribute to this list (please do), send me a pull request. * [Building a Custom React Renderer](https://www.youtube.com/watch?v=CGpMlWVcHok) - "Building a Custom React Renderer | Sophie Alpert" in React Conf 2019. * [tiny-react-renderer](https://github.com/iamdustan/tiny-react-renderer) - Learn you a React Renderer for Great Good. * [Making-a-custom-React-renderer](https://github.com/nitin42/Making-a-custom-React-renderer) - Tutorial on how to make a custom React renderer. +* [TutorialSearch](https://tutorialsearch.io/) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. * [⚛️👆Beginners guide to React Renderers. How to build your own renderer from scratch?](https://blog.atulr.com/react-custom-renderer-1/) * [Render React to Embedded LCD](https://github.com/doodlewind/react-ssd1306/blob/master/docs/tutorial.md) - Tutorial for building a React renderer that dynamically updates an OLED chip, based on the embeddable QuickJS intepreter, native C driver modules, and a HTML5 canvas emulator. * [React Renderers: an Overview](https://dev.to/lessmess/react-renderers-an-overview-34f3) From 3db806558ae67a2630f169c04c0af0eebd7c54c7 Mon Sep 17 00:00:00 2001 From: PariSh KhAn Date: Fri, 22 May 2026 14:59:33 +0600 Subject: [PATCH 2/2] Update tutorialsearch.io link to topic-specific URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91feb1..ee1fa29 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ If you want to contribute to this list (please do), send me a pull request. * [Building a Custom React Renderer](https://www.youtube.com/watch?v=CGpMlWVcHok) - "Building a Custom React Renderer | Sophie Alpert" in React Conf 2019. * [tiny-react-renderer](https://github.com/iamdustan/tiny-react-renderer) - Learn you a React Renderer for Great Good. * [Making-a-custom-React-renderer](https://github.com/nitin42/Making-a-custom-React-renderer) - Tutorial on how to make a custom React renderer. -* [TutorialSearch](https://tutorialsearch.io/) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. +* [TutorialSearch](https://tutorialsearch.io/browse/mobile-development/react-native) - Free cross-platform search engine indexing 50,000+ tutorials from Udemy, Skillshare, Pluralsight, and other major learning platforms across 45+ categories. * [⚛️👆Beginners guide to React Renderers. How to build your own renderer from scratch?](https://blog.atulr.com/react-custom-renderer-1/) * [Render React to Embedded LCD](https://github.com/doodlewind/react-ssd1306/blob/master/docs/tutorial.md) - Tutorial for building a React renderer that dynamically updates an OLED chip, based on the embeddable QuickJS intepreter, native C driver modules, and a HTML5 canvas emulator. * [React Renderers: an Overview](https://dev.to/lessmess/react-renderers-an-overview-34f3)