Forms: Pattern Construction

WARNING! v0.13 was just released, and the tutorial is currently undergoing final testing. It's recommended that you DO NOT follow along until this message is removed (please check back tomorrow).

Mental model for the forms implementation

Completed Project

The final code for the Pattern Tutorial can be checked out from GitHub using the link below:

$ git clone git@github.com:lore/lore-forms-pattern-tutorial.git
$ git clone https://github.com/lore/lore-forms-pattern-tutorial.git

Each step in the Quickstart contains the name of the branch with the completed code for that step. For example, to check out the code for Step 1 of the Create Dialog section, which has the branch name create.1, you would run this command:

git checkout create.1

If you're developing on Mac or Windows, you can also use the excellent (and official) GitHub Desktop Client.