Hacker News new | ask | show | jobs
by julianeon 2210 days ago
I'd love to use this, but I don't see an easy way how to using the frameworks I know, React (well) and Svelte (a bit).
3 comments

Wow, thanks! That's exactly what I want, with a demonstration code example. I'll be using this.
I advise you to learn Javascript/DOM before learning high level 'magic' frameworks. You clearly are missing the fundamentals.
You can use querySelectors in React, it's just normal JavaScript. You can also use refs if you don't want to use querySelector.
I'll look into this, thanks.