Today is my first day of getting to know to react fundamental. I have been trying a different method than what I used to do till now. From now onwards I'll try to code more via documentation instead of watching a youtube video and implementing the same.
I'm trying this just for a change in my learning curve. I hope that I'll be consistent for my 30-day journey to post something from my entire day to 2min read here...
I started by printing the hello-world program in react.
created an app_name as hello-world (npx create-react-app hello-world)
open the project in VSCode and change the content of App.js with a simple header tag to be rendered on a HTML page, voila ✨