Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 218 Bytes

README.old.md

File metadata and controls

9 lines (7 loc) · 218 Bytes

The Store

In this section, we'll be building the store.

  • the state tree
  • a way to get the state tree
  • a way to listen and respond to the state changing
  • a way to update the state

The Store