reactunravelled.hashnode.devDemystifying React Flow: Journey from `index.html` to `<App />`1. The One Rule You Can’t Escape JavaScript cannot run by itself. It always needs HTML. Even React. Even big frameworks. At the end of the day, it’s always: <script></script> JS ko chalne ke liye HTML ka gate chahiye. 2. How JavaScript Ente...Feb 10·2 min read
reactunravelled.hashnode.devDemystifying React: Insights from the "Chai aur React" SeriesI am currently learning React and following the Chai aur React series on YouTube.In one of the videos, the instructor explains how React actually renders UI instead of just asking us to accept it as magic. I didn’t come up with this idea on my own. I...Feb 3·3 min read
reactunravelled.hashnode.devBefore Writing React Code, This Is What I Learned1️⃣ Prerequisites & Setup (Basic Reality Check) OS doesn’t matter — Windows, Mac, Linux all fine. What you actually need: Code Editor: VS Code (recommended, not mandatory) Node.js: Needed to run JavaScript outside the browser. Check if installed:...Jan 31·2 min read