3d cartoon hands holding a phone

Unlock full course by purchasing a membership

Lesson 3

The Architecture

Planning out the application

STANDARD

The Architecture

Before we dive into the coding, I want to give you some sense of the architectural decisions we will be making for this application. We have spent a lot of time in the previous modules discussing theory around project structure, smart/dumb components, reactivity, and more. We will see how these concepts are applied as we build the application, but let’s get a high level sense of the architecture.

The application will be broken up into two main parts:

  • Viewing all checklists
  • Interacting with individual checklists

These features will be represented by the two routed/smart components in our application:

  • home (for viewing all checklists)
  • checklist
STANDARD
Key

Thanks for checking out the preview of this lesson!

You do not have the appropriate membership to view the full lesson. If you would like full access to this module you can view membership options (or log in if you are already have an appropriate membership).