# Summary

* [Introduction](README.md)
* [Getting Started](getting_started/README.md)
   * [1. Creating the project](getting_started/01_creating_the_project.md)
   * [2. Our first data model](getting_started/02_our_first_data_model.md)
   * [3. Making the UI](getting_started/03_making_the_ui.md)
   * [4. What just happened?](getting_started/04_what_just_happened.md)
   * [5. A collection of people](getting_started/05_a_collection_of_people.md)
   * [6. Dispatching some people](getting_started/06_dispatching_some_people.md)
* [How It All Works](how_it_works/README.md)
   * [How TextInput works](how_it_works/how_textinput_works.md)
   * [How the Piping Operator works](how_it_works/the_piping_operator.md)
   * [How Cursors work](how_it_works/cursors.md)
   * [How References work](how_it_works/references.md)
   * [How properties, references and actions are related](how_properties_reference_actions_related.md)
   * [How the amend function works](how_it_works/amend.md)
