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.
In the project directory, you can run:
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
- added trival react app
- Introduction of JSX in code
- Introduction to React components
- Adding properties to React components
- Destructuring - shortening the code
- Adding custom methods to React Component
- Creating Functional React components instead of using Class
- Multiple components - Parent and Child
- Components when we have large data