Learn Topics: Handling Forms required for this wave
In Wave 04 we will add a feature to create a new Task.
- Create a
NewTaskForm
- Submitting a
NewTaskForm
should- add rendered
Task
s to theApp
and - trigger a
POST
request to Task List API to create a newtask
in the database.
- add rendered