Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.73 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.73 KB

Learn-React-way

Started to learn React in small steps, so adding my progress Course following - React cource on Lynda

This project was bootstrapped with Create React App.

Mostly used Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Following are commit based point

  1. added trival react app
  2. Introduction of JSX in code
  3. Introduction to React components
  4. Adding properties to React components
  5. Destructuring - shortening the code
  6. Adding custom methods to React Component
  7. Creating Functional React components instead of using Class
  8. Multiple components - Parent and Child
  9. Components when we have large data