pixelmund / svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
https://svemix.com
MIT License
337 stars 16 forks source link

Optimistic ui #25

Closed pixelmund closed 2 years ago

pixelmund commented 2 years ago

Optimistic ui is now kinda possible via validate, pending, error, result functions which you cann pass to the Form Component, this is very similar to the SvelteKit form enhance action