From 2c0263cd4e425a409768a62396020ef7fdbb3e7c Mon Sep 17 00:00:00 2001 From: Vipin Menon Date: Sat, 3 May 2025 20:12:55 +0530 Subject: [PATCH] Adds Scrimba link to the frontend documentation --- docs/frontend/react.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/frontend/react.md b/docs/frontend/react.md index d6bb4f68..56686787 100644 --- a/docs/frontend/react.md +++ b/docs/frontend/react.md @@ -34,6 +34,9 @@ These links are helpful for learning React ![simple tut](https://github.com/tweetbrain/you/blob/main/docs/frontend/misc_images/org.png?raw=true) +* **Scrimba** - Known for its unique feature is "scrims," interactive screencasts that let you edit code directly in the browser, simulating pair programming with instructors. This hands-on approach, combined with bite-sized lessons, coding challenges, and projects (e.g., building games, apps, or websites), helps you learn faster by practicing as you go. + * [JavaScript, React,NextJS, Vue, Angular, Node.js, TypeScript](https://scrimba.com/home) + ### Blogs to Follow 📖