React Immersion for Beginners
This course aims to cover the knowledge needed to effectively create and manage front-end codebases using React, currently the most popular front-end JavaScript framework.
Segment - 01 - What is React?
Segment - 02 - Setting up a React Project
Segment - 03 - React Folder Structure
Segment - 04 - How to use JSX?
Segment - 05 - Organizing Code Using Components
Segment - 06 - Using Props
Segment - 07 - Displaying Lists
Segment - 08 - Handling Events
Segment - 09 - Component State and the use of State Hook
Segment - 10 - How do React components Re-render
Segment - 11 - Sharing State between Components
Segment - 12 - Component Lifecycle and the use of Effect Hook
Segment - 13 - Routing in React
Segment - 14 - URL and Query Parameters