website
website copied to clipboard
:metro: - Hyper Train Transfer Protocol (HTTP)
How To Contribute help text and link added
[The page on routing](https://choo.io/docs/routing/) incorrectly says that calling `emit('popState')` will make the browser go back in history. As explained in this PR https://github.com/choojs/choo/issues/621, you should use `history.go(-1)` instead (since emitting...
Since choo now has a UMD build, I uploaded the demo from the site to codepen [here](https://codepen.io/YerkoPalma/pen/wXrrdb), and this is how it looks like embeded on choo site  I...
I’m using the “old” way of registering onload / onunload event handlers to initialize a component store (through `emit(‘store:event’)`). This is not directly supported by Choo anymore, but is certainly...
Docs on how to make composable views (aka higher-order views or templates). Hope this is useful!
WIP - [ ] diffing model - [ ] forms / controlled-components - [ ] more words on jsx vs choo templates - [ ] redux vs event emitter -...
Hey hey 👋, [DocSearch](https://community.algolia.com/docsearch/) could be used here to find things in the reference simpler. Some questions first: 1. What kind of design should we want? 2. Where should the...
I feel like fontsize might be slightly too big for longer reads? Thoughts? 
https://github.com/choojs/choo/blob/master/html/raw.js - to escape strings; currently undocumented
We should deffo have a section on how to do errors right (: Early proof reads & suggestions on what to include very welcome!