Search⌘ K
AI Features

About Our Application

Explore the architecture and key features of a recipe sharing application including user stories and the component structure. Understand the main interfaces such as the landing page, new recipe creation, favorites, and recipe details. This lesson sets the foundation to implement reactive patterns in the app.

About the application

Now we’re one step closer to diving into reactive patterns, but before we do, let’s explain in detail the app that we’re going to build throughout this book, which uses those patterns.

We’ll start by explaining the user stories of the application. Furthermore, we’ll showcase an overview of the application interfaces and architecture. Last, but not least, we’ll describe the components tree through a visual representation. By the end of this chapter, we’ll have all the required pieces in place to start ...