Walking through Our Application
Now, we are one step closer to diving into reactive patterns, but before we do, let’s present the app that we are going to build throughout this book.
We will start by explaining the technical requirements, followed by a breakdown of the app’s interfaces so that you know its user story. Furthermore, we will showcase an overview of the application architecture and a visual representation of the component tree. By the end of this chapter, we will have all the required pieces in place to start implementing our application.
In this chapter, we’re going to cover the following main topics:
- Breaking down our app’s interfaces
- Reviewing our app’s architecture
- Reviewing our app’s components