Booking options
ยฃ25
ยฃ25
On-Demand course
6 hours 59 minutes
All levels
Gain the solid skills and knowledge to kickstart a successful career and learn from the experts with this step-by-step App Development Training: React and Redux training course. This App Development Training: React and Redux course for Consistent Profits has been specially designed to help learners gain a good command of App Development Training: React and Redux, providing them with a solid foundation of knowledge to understand relevant professionals' job roles.
Through this App Development Training: React and Redux course, you will gain a theoretical understanding of App Development Training: React and Redux and others relevant subjects that will increase your employability in this field, help you stand out from the competition, and boost your earning potential in no time.
Not only that, but this App Development Training: React and Redux training includes up-to-date knowledge and techniques that will ensure you have the most in-demand skills to rise to the top of the industry.ย
This course is fully CPD-accredited and broken down into several manageable modules, making it ideal for aspiring professionals.
Familiar yourself with the recent development and updates of the relevant industry
Know how to use your theoretical knowledge to adapt in any working environment
Get help from our expert tutors anytime you need
Access to course contents that are designed and prepared by industry professionals
Study at your convenient time and from wherever you want
Affordable premium-quality E-learning content, you can learn at your own pace.
You will receive a completion certificate upon completing the course.
Internationally recognized Accredited Qualification will boost up your resume.
You will learn the researched and proven approach adopted by successful people to transform their careers.
You will be able to incorporate various techniques successfully and understand your customers better.
No formal qualifications required, anyone from any academic background can take this course.
Access to a computer or digital device with internet connectivity.
Getting Started | |||
โถ | VS Code Setup | ๐ 00:03:00 | |
โถ | How to get source code for each lecture | ๐ 00:01:00 | |
โถ | Create React App using create-react-app cli | ๐ 00:02:00 | |
โถ | Creating Nested React Elements | ๐ 00:08:00 | |
โถ | Creating Nested Elements in React | ๐ 00:08:00 | |
โถ | How React uses React Elements to Create Virtual DOM | ๐ 00:01:00 | |
โถ | What is DOM | ๐ 00:03:00 | |
โถ | What is Virtual DOM | ๐ 00:05:00 | |
โถ | Create Nested Components in React | ๐ 00:05:00 | |
โถ | Creating Components in React | ๐ 00:06:00 | |
โถ | Adding Props Validations in React Component | ๐ 00:03:00 | |
โถ | Create State in React Component | ๐ 00:08:00 | |
โถ | Update State using events and custom methods | ๐ 00:08:00 | |
โถ | Pass function as props from Parent to Child Componenty | ๐ 00:09:00 | |
โถ | Convert React Components to JSX | ๐ 00:09:00 | |
โถ | Module Summary | ๐ 00:01:00 | |
Data Flow in React Components | |||
โถ | State in React Component | ๐ 00:05:00 | |
โถ | Shallow Merging with setState | ๐ 00:06:00 | |
โถ | Use props, PropTypes and defaultProps in React Component | ๐ 00:06:00 | |
โถ | Communicate with Parent and Child Component | ๐ 00:07:00 | |
โถ | Module Summary | ๐ 00:01:00 | |
Component LifeCycle Methods in React | |||
โถ | What are LifeCycle Methods in React Component | ๐ 00:01:00 | |
โถ | Types and Phases of LifeCycle Methods | ๐ 00:04:00 | |
โถ | LifeCycle Mounting Methods in Action | ๐ 00:09:00 | |
โถ | LifeCycle Updating Methods in Action | ๐ 00:07:00 | |
โถ | Error Handling with component Did Catch | ๐ 00:08:00 | |
Hacker news App - Building Components | |||
โถ | Setup React Application | ๐ 00:03:00 | |
โถ | Add Bootstrap to React Application | ๐ 00:01:00 | |
โถ | Create Mock Restful API with Json-Server | ๐ 00:07:00 | |
โถ | Send HTTP Request in React using axios | ๐ 00:06:00 | |
โถ | Add Bootstrap Card to render List Items | ๐ 00:07:00 | |
โถ | Creating Header Component | ๐ 00:06:00 | |
โถ | Error Handling with Custom Error Message Component | ๐ 00:07:00 | |
โถ | Adding Loading Spinner | ๐ 00:04:00 | |
React Context API | |||
โถ | Introduction to React Context API | ๐ 00:04:00 | |
โถ | React Context API in Action | ๐ 00:16:00 | |
โถ | Create Reducer to update the State in React Context | ๐ 00:09:00 | |
โถ | Create new Action to Handle Errors | ๐ 00:02:00 | |
Working with Forms in React | |||
โถ | Creating Controlled Component | ๐ 00:03:00 | |
โถ | Adding State to the Form | ๐ 00:05:00 | |
โถ | Save new record by sending Http Request | ๐ 00:13:00 | |
โถ | Creating Reusable Component for Input FormControl | ๐ 00:07:00 | |
โถ | Adding Form Validations in React and Bootstrap | ๐ 00:08:00 | |
Add Routing in React using React-Router | |||
โถ | Add Link Navigations using React-Router | ๐ 00:04:00 | |
โถ | Redirect after submitted new Record | ๐ 00:01:00 | |
โถ | Creating Not Found Component | ๐ 00:02:00 | |
โถ | Creating new Component to Edit the Record | ๐ 00:14:00 | |
State Management with Redux | |||
โถ | Setting up Redux into React application | ๐ 00:10:00 | |
โถ | Connect React Component to Redux | ๐ 00:07:00 | |
โถ | Delete the Record from the Redux Store | ๐ 00:07:00 | |
โถ | Add Record to Redux Store | ๐ 00:05:00 | |
Consuming Http Rest API using Async Action Creators | |||
โถ | Create Async Action to fetch records from the API | ๐ 00:07:00 | |
โถ | Create Async Action to delete records from the API | ๐ 00:01:00 | |
โถ | Create Async Action to add new Record | ๐ 00:01:00 | |
โถ | Async Action to fetch single record | ๐ 00:08:00 | |
โถ | Async Action to update the Link | ๐ 00:04:00 | |
Integrating React and Redux with Firebase | |||
โถ | Creating Database on Firebase | ๐ 00:04:00 | |
โถ | Fetching data from firebase collection in react component | ๐ 00:12:00 | |
โถ | Delete document from firebase collection with react | ๐ 00:04:00 | |
โถ | Add document in firebase collection with react | ๐ 00:03:00 | |
โถ | Update document from firebase collection | ๐ 00:12:00 | |
Firebase Authentication with React and Redux | |||
โถ | User Registration in React and Firebase | ๐ 00:09:00 | |
โถ | Logout User | ๐ 00:15:00 | |
โถ | User Login with Firebase and React | ๐ 00:04:00 | |
โถ | Apply Authentication on private Routes | ๐ 00:07:00 | |
โถ | Display error notification in React | ๐ 00:06:00 | |
โถ | Deploy React Application to Firebase | ๐ 00:05:00 | |
Bonus: ES6 crash course | |||
โถ | Var Scoping | ๐ 00:04:00 | |
โถ | Understanding let | ๐ 00:01:00 | |
โถ | Examples of const | ๐ 00:01:00 | |
โถ | More use cases of let and const | ๐ 00:04:00 | |
โถ | Introduction to Arrow functions | ๐ 00:02:00 | |
โถ | Examples on Arrow functions | ๐ 00:03:00 | |
โถ | Destructring Objects | ๐ 00:04:00 | |
โถ | Destructring Arrays | ๐ 00:03:00 | |
โถ | Destructring Function Arguments | ๐ 00:02:00 | |
Order Your Certificate | |||
Order Your Certificate | ๐ 00:00:00 |
Skill Up presents a rigorous online education experience, helping you obtain industry-relevant skills certified by the worldโs...