The Complete React Js & Redux Course - Build Modern Web Apps
- Offered byUDEMY
The Complete React Js & Redux Course - Build Modern Web Apps at UDEMY Overview
Duration | 8 hours |
Mode of learning | Online |
Difficulty level | Intermediate |
Official Website | Go to Website |
Credential | Certificate |
The Complete React Js & Redux Course - Build Modern Web Apps at UDEMY Highlights
- Learn the modern way of building web applications
- Master React's Compositional Model
- Build an Instagram-like Web App from the ground up!
- Build Interactive Web Pages with self-contained Components
- Manage your Application's Data with Redux
- Get web development jobs on freelancer sites
The Complete React Js & Redux Course - Build Modern Web Apps at UDEMY Course details
- Web Developers
- Front-End Developers
- Build a sophisticated Photowall Web Application with React, Redux and CSS
- Use Redux to manage your data, make it more predictable and easier to debug.
- Connect your application to Firebase, a powerful database.
- Use React Router to navigate through your application
- Create Class Components
- Use JSX to build your User Interface
- Use Props to pass Data
- Compartmentalize your web page into Components
- Update Component State to ensure responsive and interactive applications.
- React has rapidly become one of the most powerful tools for building Web Applications. Top sites using React include Facebook, Twitter, Netflix, Airbnb, and more! This course is perfect for entrepreneurs or startups looking to bring their ideas to life and React developers command some of the highest salaries in the development world. Master React and Redux in this fun and exciting course with top instructor Rayan Slim. With over 15,000 students, Rayan is a highly rated and experienced instructor who has followed my learn by doing style to create this amazing course. You'll go from beginner to extremely high-level and your instructor will complete each task with you step by step on screen. By the end of the course, you will have built a sophisticated Photowall Web Application with React, Redux and CSS. This powerful application will impress even the most senior developers and ensure you have hands on skills in React and Redux that you can bring to any project or company.
The Complete React Js & Redux Course - Build Modern Web Apps at UDEMY Curriculum
Introduction
Introduction
Additional FREE Content
Getting Started
Code Editor
Node.js
ES6 Crash Course (Optional)
Overview
How to run your code for this section (DO NOT SKIP)
ES6 - let (Optional)
ES6 - let vs const (Optional)
ES6 - Arrow Functions (Optional)
ES6 - Template Strings (Optional)
Prototype Methods (Optional)
ES6 - Classes (Optional)
Spread Operator (Optional)
React Intro
Overview
Create-react-app
Create-react-app (Permissions Error)
Elements
JSX
Components
Refactor
React - State Management
Overview
App Setup (Resources)
App Setup
Component Architecture
Functional Components
State Management
Updating State
Prop-Types
Lifecycle Methods
Lifecycle Methods List
React - Router
Overview
Component State Navigation (Resources)
Component State Navigation
Browser-Router
Link
Route
UI Setup (Resources)
Font-names (error)
UI Setup
Adding Photos
Wrapping up
Key Prop - Index, or not?
Source Code
Redux
Overview
Theory
Redux Store
Reducer
Connected Component
Actions
Updating State
Actions (2) - Adding Posts
History Prop Inconsistency
Redux Dev Tool
Source Code