-
### Expected behavior
Since component support has landed in Choo, I should know how to use it without reading the code.
### Actual behavior
There is no doc about components.
-
I have a simple component that should render an svg. But nanocomponent throws
```txt
Uncaught Error: nanocomponent: createElement should return a DOM node
at assert (index.js:21)
at Blo…
-
I've made a nanocomponent, but this.element is undefined while server rendering, and it makes bankai stop when I try to do anything with it, in my case calling getElementsByClassName().
As you can …
-
Hi,
Still not clear how to style a component in choo in development.
I, for example, am trying to migrate a project to choo.js and I'm not entirely sure what's the best option to use to add the cs…
-
Found this cool screenshot from react-perf inside a table, ([source](https://github.com/reddit/reddit-mobile/issues/247)). To audit boot performance, it'd be super cool if we could make this part of d…
-
## update (03/11/17)
The initial design in this post isn't great; here's a revised version with support for async loading.
- https://github.com/choojs/choo/issues/593#issuecomment-341785819
---…
-
Once we settle on https://github.com/choojs/choo/issues/593, `choo-scaffold` should be able to create components too. This is probably the main reason why this module exists in the first place, as cre…
-
This might or might not be an issue, and it is a very edge case.
If I wanted to create multiple instances of a particular component with the same arguments, only the last instance in the DOM will b…
-
See https://github.com/choojs/nanocomponent#nanocomponentprototypeafterupdateel.
Should only require a simple restructure and not a rewrite of business logic.
At the moment we use `setTimeout` whi…
-
There was some excellent info on what an element proxy was in the old cache-element readme:
https://github.com/yoshuawuyts/cache-element/tree/e5c5d7406018f96177bd8a390ae22a0f9a0458ba#whats-a-proxy-…