-
I've noticed that if you memoize your el, the `onload` callback gets called at every re-render. I've written up a [demo](http://requirebin.com/?gist=7c7b5be60b9c202d4e24419e9e469ae1) that compares a n…
-
In `yo-yo` and `choo` it's a best practice to have element functions in an
application return the same element given the same input. This mechanism is
commonly referred to as `thunking`.
How would we…
-
Enhancements that might be fun. Shouldn't be anything too big here.
- [ ] A to B race mode
- [ ] Equalize stats
- [ ] 200CC
- [x] Flycam / noclip
- [ ] Water fill station for choo choo
- [ ] S…
-
I'm trying to figure out a way (might not even be possible) to "stop" a choo/barracks app for https://github.com/bengourley/choo-resume so that old versions of a hot-swapped app don't continue to run.…
-
### I love the poem but I am concerned by Moo Deng's absence.
[This is a link](https://www.youtube.com/watch?v=WMykv2ZMyEQ&list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV&index=4)
**This is bold**
_This …
-
I have been playing around with choo last night and it made me dive into the internals of choo, sheet-router, and wayfarer!
Your modules have a pretty nice api and are small enough to be easy to be…
-
The "!" gives the text more emphasis
-
I am from your yt video https://www.youtube.com/watch?v=WMykv2ZMyEQ
-
### Expected behavior
```javascript
var html = require('choo/html')
var choo = require('choo')
var app = choo()
app.use(productStore)
app.route('/product/:id', mainView)
app.mount('body')
…
-
## Expected Behavior
When opening the "Data table", selecting "Nodes" and choosing "Export table" I expect the software to expect the node table as CSV.
## Current Behavior
Only the "Edge Tab…