Description
What will you learn:-
- A sample of how to create your first React component
- What is the best way to handle events in components?
- Understand React's two main concepts: state and props
- Components can be reused and nestled in a variety of ways
- What is the best way to transfer data between the Parent and Child components?
- How to Use Arrays and Forms
Syllabus:-
-
You really should NOT miss this..
-
About Me
-
What is React?
-
Why React
-
JSX
-
Your First Component
-
Working with Event
-
Working with State
-
Reusable Components
-
Working with Property - Data
-
Working with Property - Function
-
Data between Child Component
-
Working with Array
-
Adding Product Form
-
Creating Product Function
-
What's next?