Zacharias Enochsson
Zacharias Enochsson
New projects should use the latest 2.0 branch as the 1 branch has been deprecated for a few years now. The 2.0.x has been stable for a while so I’d...
@kofifus I agree. Last I heard there were some plans to implement tests and then call it ready. (As docs and types are done). Not exactly sure where we are...
@rucsi I haven't fully worked out why you get an infinite loop, but I can say what you are doing is not correct – or at least not the way...
> the documentation and it says that it should be done that way. 😱 You're right, it does say that! That is strange because I would not have thought to...
TL;DR: The code is good. The middleware docs need to be fixed. I've analyzed the code a bit and worked out why the infinite loop. I'm not sure I can...
@stewartrule Hyperapp's type definitions are brand new and haven't been real-world-tested by enough people in enough scenarios yet, to really give you any good answers. Your input here is much...
Interesting idea! TBH I'm kind of thinking the state inference down the entire vdom might not be worth it. If we got rid of it, it would open the possibility...
@stewartrule I played around a little with your original example and this seems to work nicely (without the need for typing every `h` call): ```ts import {h, text, app, VDOM}...
@tillarnold I would open a new issue for this topic since it is technically a different question than the OP of this issue. But anyway, I think you're right. "Inline...
I think it's probably better to have a hash-based router as it's own package, rather than to add hash-route-support to the official router. Yes, there's tree-shaking, but since you won't...