Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 581 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 581 Bytes

torontojs-frontend-fw-workshop

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:

  1. Initital commit with the NPM Initial setup.
  2. Rendering a custom tag to the DOM
  3. Using template literals to pass dynamic strings to the dom
  4. Using Snabbdom to render elements
  5. Adding click events
  6. Component state and rerendering
  7. Children components

If at any point you fall behind, feel free to jump to the respective checkpoint.