December 2017
Beginner
372 pages
10h 32m
English
We have divided our sample Trello application into three parts: in the first one, covered in Chapter 5, Application 2 - Trello, we handled the basic flow with features such as data communication between components and TypeScript modules, and reached a stage where we had a homepage and board page that would display the data.
Our focus in this chapter will be on implementing all the remaining functionalities of our application, such as allowing the user to add a new task and subtask and change the data via HTTP instead of our current hardcoded method.
We will be covering the following topics in this chapter:
Read now
Unlock full access