The follow-along repository for the Toronto JS Frontend Framework workshop
There are multiple branches that serve as checkpoints for different stages for the workshop. Here is a list of checkpoints:
- Initital commit with the NPM Initial setup.
- Rendering a custom tag to the DOM
- Using template literals to pass dynamic strings to the dom
- Using Snabbdom to render elements
- Adding click events
- Component state and rerendering
- Children components
If at any point you fall behind, feel free to jump to the respective checkpoint.