-
I ran into the problem of images not loading after navigation.
I am not sure if this is a bug or if it's just me not understanding something correctly...
With this little app I was able to reprodu…
-
I want to gather a bit of sentiment for what people might be missing / what you feel might improve. The same as in v6, it'd be nice if all that was needed to update the major was `npm install --save c…
-
Hey there!
I am coming to the Choo universe (chooniverse?) from React and so far I like the lighter-weight approach. There were some confusing things about the Nanocomponent API that held me up a b…
-
There is a decent chance I misunderstood the README, but I was expecting createElement only be called once if update always returned false, to make embedding of other DOM elements easier.
This does…
-
General questions, comments & ideas. Post in here.
as-dr updated
5 years ago
-
heya, cool lib!
Got a question: have you considered using real dom nodes rather than virtual ones for this lib? Something we've got going with `choo` is that anything that produces real dom nodes w…
-
Just dropping this here for reference, will be looking into. There's a case where `rerender` is triggered before dom node is mounted (classic `nanocomponent` bug).
-
So @karissa asked in https://github.com/datproject/datproject.org/issues/511 what the status is on a certain component, and I linked to like 5 different things. I feel I've got a pretty good grasp of …
-
Hi!
Noob here so I might just be missing something obvious or complicating things for no reason.
I am in a situation where I have to create a choo component that sets its `width` and `height` va…
-
# 🐛 bug report
Hi there, I'm trying to use Parcel to build a simple website. When I add the [nanocomponent](https://npm.im/nanocomponent) package to my dependencies and try to require it, parce…