Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Fundamental Slides Code

This repository contain all the example code shown during the React fundamental training

For online practice of React https://codesandbox.io

Some of the DOM attributes supported by React are listed on following link. https://reactjs.org/docs/dom-elements.html#all-supported-html-attributes

Resourse:

  1. The Road to learn react (Free book) https://roadtoreact.com/
  2. 30-days-of-react - https://www.fullstackreact.com/30-days-of-react/

Things to install for React environment

  1. Node.js and npm. you can download and install from https://www.npmjs.com/get-npm

  2. Once node and npm is installed on your system run following command to install create-react-app to setup React enviorment :

npm install -g create-react-app

To initiate react project

$ npx create-react-app < project-name >

$ cd < project-name >

$ npm start / yarn start

About

No description, website, or topics provided.

Resources

Stars

24 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages