skanne
skanne
Possibly. I'll spend some time on this and find out. I do see some potential around https://github.com/jorgebucaran/hyperapp/blob/9df1acafc0d5ac488e52ad92df4bdb47c4a40fcb/index.js#L105-L110 and https://github.com/jorgebucaran/hyperapp/blob/9df1acafc0d5ac488e52ad92df4bdb47c4a40fcb/index.js#L117-L123 But I need to wrap my head around it. High noon...
Well, I need to walk through the code and see what happens. Never bothered to fully understand the concept of patching.
The performance difference really is neglible IMO. See https://www.measurethat.net/Benchmarks/Show/9176/0/js-append-vs-appendchild
If I had a say, I'd pick the second version:
Isn't CTA spelled out "call-to-action", in other words, a button?
Regarding "Multiple apps on single page": It's perfectly valid/feasible to have multiple Hyperapp apps running at the same time on the same page. I personally like to have them run...
Hi! I'm chiming in quite late. But I have been **very** busy—for quite some years, and on a daily basis, one can say!—developing all sorts of Hyperapp applications, both big...
More or less exactly one year ago I did come up with a solution, but I never went public with it. The solution would require a pull request, though. ###...
Another option, one not requiring a PR, is to employ @zaceno's "[`useRef`-hook for Hyperapp](https://dev.to/zaceno/access-dom-elements-for-virtual-nodes-in-hyperapp-2f5k)" (with my tiny enhancement using a `WeakSet` for the guard). ```js import { h, text, app...
**Update:** Initially I asked for support of `:state()` only, but there are a number of other pseudo-classes and -elements that are already (or very close to being) baseline, but not...