I've officially released my first #webComponent on #npm - Formula - https://www.npmjs.com/package/@webhelpers/formula
It works with any static HTML5 form and turns into a Reactive Form, all you need to do is wrap the form in `<formula-form>` and it starts working - Demo here https://stackblitz.com/edit/vitejs-vite-skkuff?file=index.html
#webcomponent #npm #WebComponents #webdev #html #reactiveforms
A couple of years back I released #Svelte Formula for creating #ReactiveForms
I've just been refactoring it to be a #webComponent instead - would love to get feedback on it.
It's shipped as a library with web component export - wrap it around any static HTML5 form and you now have a dynamic store-driven one
https://stackblitz.com/edit/vitejs-vite-skkuff?file=index.html
#Svelte #reactiveforms #webcomponent