React Form with Validation Part 1, Part 2 and Part 3
In this video, you will learn
1) How to design a simple form using react.
2) Display Textbox value using the useState hook.
3) How to add student objects to the Student list using Spread Operator.
4) Create a Child Component to refactor the React Form Page.
5) Bind the table and generate the dynamic row using studentList.map and key={index}.
