Starting up a project in React.JS
Prerequisites
1) Install NVM (Node Version Manager)
2) Install Node.JS 8 or 10 with NVM or :
nvm install 8
3) Install Yarn
4) Install Visual Studio Code, or another text/code editor.
Setup a New React.JS project
Option 1 - With Typescript and Yarn (a popular choice)
npx create-react-app my-app
Learning
https://reactjs.org/docs/composition-vs-inheritance.html
Recent Comments