DEV Community

Discussion on: Announcing Felte 1.0: A form library for Svelte, Solid and React

Collapse
 
pabloabc profile image
Pablo Berganza

I wouldn't call it a "higher order function". The reason for the svelte action/react hook is that it needs a reference to your <form> element (the native HTMLFormElement). As long as the component library you use lets you have access to it, you can use Felte with it. I'm not sure if this answers your questions, though!

Collapse
 
roblevintennis profile image
Rob Levin

👍 Yes it definitely answers -- thanks Pablo!