Each page in this tutorial builds on the knowledge from the previous pages. It is recommended that you read them in order.
- Getting Started
- Get a copy of Dompiler on your computer.
- Variables
- Inject variables into your markup.
- Conditionals
- Change your markup depending on a condition (like an if statement).
- Loops
- Repeat markup for each item in an array.
- DOM References
- Reference DOM nodes in your JavaScript.
- Modules
- Split your Dompiler markup across multiple files.
- Forms
- Change the DOM based on what the user types into form fields.
- Events
- Emit and listen for events to send messages between Dompiler modules.