3d cartoon hands holding a phone

Unlock full course by purchasing a membership

Lesson 1

Introduction

What are we trying to learn?

EXTENDED

Introduction

Up until now we have been taking a low level approach to state management. We have been working directly with the underlying concepts and seeing exactly how the data flow from our sources to our state works.

  • We create a source that is an observable stream
  • We subscribe to that source to pull the data out
  • We update a signal using the value from the source

It is important to understand what is going on and doing everything more manually like this is a great way to learn the concepts.

In fact, I think it is fine to use the approach we have been using indefinitely — there is some boilerplate involved, but it is still reasonably simple to set up.

EXTENDED
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).