React Tutorial Content
- Prerequisites
- var, let and const
- arrow function
- template literals
- default parameters
- object literals
- rest spread operations
- destructuring assignment
- fetch api
- Installation and Hello World
- Render Function
- JSX (JavaScript XML)
- Components – Functional and Class Component
- Props
- State
- Events
- Hooks – State and Effect
- LifeCycle
- Handling Forms
- Styling Component (CSS)