mash4t
6
Q:

reactjs tutorial

The website below has a great tutorial for beginners.
It explains all the basics you need to know without
overloading you with complexities.
Naturally you can advance to these complexities once
you have the base knowledge.
3
#create your project react
npx create-react-app my-app

#open your folder app
cd my-app

#running your apps
yarn start
#or
npm start
0
ReactDOM.render(  
    <Hello />,   
    document.getElementById("root")  
);
-1

New to Communities?

Join the community