choo-choo icon indicating copy to clipboard operation
choo-choo copied to clipboard

exercise outline

Open ghost opened this issue 7 years ago • 2 comments

i'd like to brainstorm a little bit on what the structure of the exercises could look like. so far we have

  1. setting up create-choo-app
  2. understanding the basic structure by implementing a line of code in an event listener

i'd like to do stuff such as:

  • choo-devtools
  • routing
  • prebuilt events
  • understanding choo's building blocks
  • maybe even browserify stuff? could be doable using bankai

ghost avatar Nov 24 '17 05:11 ghost

/cc @yoshuawuyts @substack (since i believe you expressed interest in this)

ghost avatar Nov 24 '17 05:11 ghost

Was thinking it might perhaps be fun to follow the reference guide's bits first:

  • views (link)
  • stores (link)
  • routing (wip, pr)
  • components (tbi)

And then work onto higher level concepts such as:

Not all are equally accessible, is my guess — but some of these can be lots of fun & useful!

yoshuawuyts avatar Nov 27 '17 13:11 yoshuawuyts