How To Install React
Now that you know what you need to start learning react. You need to install react to be able to use it.
It is actually very simple to install react. Just 3 steps
First open up your terminal and type
npx create-react-app my-app
The my-app is the name...
vikkybliz.hashnode.dev1 min read