Learn Topics: Handling Forms required for this wave
In Wave 05 we will add a feature to create a new Task. For this wave you should make sure that that you are on the main branch.
- Create a
NewTaskForm - Submitting a
NewTaskFormshould- add rendered
Tasks to theAppand - trigger a
POSTrequest to Task List API to create a newtaskin the database.
- add rendered