How to create functional webcomponents
from xoron@programming.dev to programming@programming.dev on 19 Sep 2024 13:42
https://programming.dev/post/19589422
from xoron@programming.dev to programming@programming.dev on 19 Sep 2024 13:42
https://programming.dev/post/19589422
positive-intentions.com/…/dim-functional-webcompo…
im investigating an idea i have about functional webcomponents after some experience with Lit.
Lit is a nice lightweight UI framework, but i didnt like that it was using class-based components.
Vue has a nice approach but i like working with the syntax that React used and i wondered if with webcomponents i could create a functional UI framework that didnt need to be transpiled.
i think the article is already quite long, so i think i will create a separate one as a tutorial for it.
note: im not trying to push “yet another ui framework”, this is an investigation to see what is possible. this article is intended as educational.
threaded - newest