-
In order to mount in iframes, we need to dynamically figure out the correct `document` https://github.com/choojs/nanocomponent/blob/master/index.js#L32
-
State is hard and I think someone said this might help? https://github.com/choojs/nanocomponent
(but first try the choo devtools a bit more)
-
# problem
i copied and pasted [some of these](https://codepen.io/aurer/pen/jEGbA) into my choo app, only to find `bel` wasn't too happy about the DOM structure.
`scripts:browserify.bundle multip…
-
It was pointed out in https://github.com/choojs/nanocomponent-adapters/pull/6#issuecomment-359192650 by @alterx that some of these adapters might require heavy dependencies or peer deps. Rather than …
-
Something about `.cloneNode()` in `apply()` is causing an infinite loop when patching a subtree.
-
Hi @choojs/trainspotters
I've created this repo to have a umd build of choo without adding anything to the main choo repo. Now there is a standalone version of choo here :point_right: https://unpk…
-
In general I think this is really awesome work and will do as much as I can (within reason) to promote it.
That said, I suspect it should be possible to take advantage of more widely used JSX proce…
-
As mentioned in https://github.com/choojs/choo-devtools/issues/31, because the package delivered to NPM is not transpiled into standard JS, the package does not run on IE.
[This Proxy polyfill](htt…
-
It'd be neat to have a benchmark to test our diffing needs — perf is a feature, and we should be able to catch regressions.
Given this would need to run in the browser, we'd probably need some tool…
-
Related: #https://github.com/choojs/nanomorph/issues/89
I created tests for the events listed in https://github.com/choojs/nanomorph/blob/master/lib/events.js#L32
The following events fail to pa…