virtualvector / first-react-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first-react-app

Learning concepts of react

Setting UP:

  1. npm i create-react-app -g #generates a basic project, with basic stuff setup
  2. create-react-app my-react-app
  3. cd my-react-app npm start

** React Extension in vscode: React-Native/React/Redux snippets for es6/es7 ** your component files names should start with a captialletter. ** include the bootstrap cdn link in public/index.html ** you can embed html directly into jsx, thats the difference seperating js and jsx ** states are important in react.

About


Languages

Language:JavaScript 75.6%Language:HTML 16.6%Language:CSS 7.8%