Continuing with the client application construction, to this point we have an application with the main layout that connects with the API and allows us to authenticate a user to access the system. In this chapter, we are going to build the main features for users to be able to manage their tasks.
Views and Components for Task’s CRUD
The tasks template construction will be quite complex, but in the end, it will be great. This template must list all of the user’s tasks, so this function will receive as an argument a tasks list. Using the tasks.map() ...