-
Before few months I got access to `koa.io` from previous maintainer, so.. I should find some time to start from somewhere. I'm thinking directly to use `koa@2`. Also when it is almost stable, we can s…
-
I have been thinking about how we could write simple tests without needing a full-stack testing solution up front. I think we can already test most of our choo applications with tools like `assert-htm…
-
Zebras should be included. Why not?
-
Elm has support for [subscriptions and commands](https://www.elm-tutorial.org/en/03-subs-cmds/01-subs.html), which used to be effects in the last version. [Choo](https://github.com/yoshuawuyts/choo) a…
ghost updated
7 years ago
-
When implementing the new version of Bankai, I noticed that we always default to `en_US` and `ltr` for language. There have definitely been sites built on Choo using Farsi, Japanese and Arabic, all of…
-
Hi everyone,
as for the title, my challenge suggestion consists in writing a code (p5.js and much else?) to generate rotating procedural magic circles, where for "magic circles" I mean something …
-
- [ ] how to dispatch effects? (wrap in a run action)
- [ ] [help, my view dispatch is causing an infinite loop!](https://github.com/ahdinosaur/inu/pull/26#issuecomment-234424389) (wrap in a `process…
-
The result of a reducer doesn't always change the state. Would it make sense to not trigger onStateChange in this case?
For a typical choo app, I'd imagine that a deep comparison of old state to new …
-
`Uncaught DOMException: Failed to execute 'measure' on 'Performance': The mark 'end-24206000-nanocomponent.render' does not exist.`
@yoshuawuyts :
> nicknikolov: okay: what I suspect is happening …
-
Look into https://github.com/yoshuawuyts/choo-model
* understand how to make the model / flow / components recursive... if eg the debug checkbox could look like a subgraph of the main graph
* more…