December 2016
Intermediate to advanced
136 pages
2h 58m
English
© Caio Ribeiro Pereira 2016
Caio Ribeiro Pereira, Building APIs with Node.js , 10.1007/978-1-4842-2442-7_13
Caio Ribeiro Pereira1
(1)São Vicente - SP, São Paulo, Brazil
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.
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() ...