- cross-posted to:
- programming@programming.dev
- cross-posted to:
- programming@programming.dev
Functional Web Components
https://positive-intentions.com/blog/dim-todo-list
You must log in or register to comment.
Is it better than React functional components in any way? I don’t see benefit over React functional components or even Lit’s class components
no. it isnt better or more stable than React. its all an experimental proof-of-concept.
its an idea im trying out. i thought maybe others might find it interesting.
im aiming to see if i can get something that looks and behaves like React, but works natively in a browser without the need to build or transpile. i think in theory it could work.
Sounds great to me. All the React tooling is annoying.