Description
In this course we are gonna cover everything you will need to create end-to-end React applications.
Syllabus :
- Introduction
- Understanding SPAs and MPAs
- Creating our First React App
- Project Structure created by...
- Introduction to JSX
- JSX Behind the Scenes
- Adding Styles to React Elements
- Create React Elements Dynamically
- Creating our First React Component
- Passing Data to Components using...
- Import and Export of Modules
- Introduction to CSS Modules
- Creating Mobile Responsive...
- Stateful vs Stateless Components
- Creating Class-based Components
- More about setState() Method
- Passing Props to Class-based...
- Passing Function as Props
- Practice Problem: Product Detail...
- render() method - Behind the...
- Component Lifecycle - Creation
- Component Lifecycle - Updation
- shouldComponentUpdat...