supabase / auth-elements

Components to add Supabase Auth to any application
MIT License
11 stars 1 forks source link

Feat: Svelte version #13

Open flaviolivolsi opened 3 years ago

flaviolivolsi commented 3 years ago

It would be amazing to have this UI library for Svelte as well. Would you consider it in the future?

MildTomato commented 3 years ago

Hey @flaviolivolsi 👋

We did consider doing React, VueJS and Svelte simultaneously. Internally at Supabase, we use React for everything so for now we just prioritised react. I don't think we could consider migrating to other frameworks until this library is at least a stable v1 release as it's changing a lot currently.

I'd be happy to adjust the library earlier so there's different versions for VueJS and Svelte, but someone would need to lead on migrating each one and maintaining them.

@joshnuss has been doing a Svelte version of the Auth component as well. https://github.com/joshnuss/supabase-ui-svelte

millette commented 2 years ago

Might be of interest: https://github.com/builderio/mitosis

Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.