React JS Course Overview
React JS is a popular JavaScript library used to build user interfaces (UI) for frontend applications.
React is used to build interactive and reactive user interfaces for web applications, allowing developers to create dynamic
and powerful websites and applications. This course is designed to teach web developers the basics of React JS, from data binding
to components and styling. You’ll learn how to build modular, scalable components and manage user states. You’ll also cover
popular React libraries and the tools used to develop React applications.
By the end of this course, you’ll have the knowledge and skills to start building your own applications with React!
Module 3: Pure React
-
Page Setup
-
The Virtual DOM
-
React Elements
-
React DOM
-
Children
-
Constructing Elements with Data
-
React Components
-
DOM rendering
Module 7: Redux
-
State
-
Actions
-
Reducers
-
The Store
-
Action creators
-
Middleware
Module 8: React Redux
-
Explicitly Passing the Store
-
Passing Store via Context
-
Presentation Versus Container Components
-
The React Redux Provider
-
React Redux Connect