React - The Complete Guide with React Hook Redux in 4hr
- Offered byUDEMY
React - The Complete Guide with React Hook Redux in 4hr at UDEMY Overview
Duration | 7 hours |
Total fee | ₹3,520 |
Mode of learning | Online |
Credential | Certificate |
React - The Complete Guide with React Hook Redux in 4hr at UDEMY Highlights
- Full lifetime access
- 58 downloadable resources
- Earn a Certificate of completion from Udemy
- Comes with 30 days money back guarantee and full lifetime access
React - The Complete Guide with React Hook Redux in 4hr at UDEMY Course details
- For Anyone who want to start a career with React
- Anyone who want to take the web development skills to the next level
- Anyone who are interested in learning the most update technology
- Build high performance and user friendly web app
- Realize the power of using component in React
- Unleash the power of JavaScript with the help of React
- Learn to get start with React 16.8+ including what is JSX, how to use props to pass data to the children components, using the React hook useState and also styled component
- This course is the mix of knowledge base and the project base
React - The Complete Guide with React Hook Redux in 4hr at UDEMY Curriculum
Introduction
Introduction
How to create a blank new react app
Quick review on es6
The problem of using let in switch cases
Template literal
Arrow function
Classes
Spread operator
Destructuring
Primitive vs Reference
Primitive vs Reference
Import and export
Array function
For in \ For of
[React Essentials] JSX
Import CSS
inline CSS
Curly braces in react
Styles object
Fast track to convert CSS to JS object
store jsx element to variable
[React Essentials] Functional Component
Create a list of card
Create card component
[React Essentials] Props
Pass and receive prop
Pass multiple props
The children of props
[React Essentials] State
useState and Change of State
passing function to component
Two way binding
Conditional rendering