Supabase Auth in spa react app

Hey guys, just a quick question - I'm currently prototyping some backend and evaluating supabase for this purpose. I don't want to use ssr cause the frontend "app" will only be visible to customers for managing their data. So I think about just using plain react in frontend - but what should I use for auth purpose?
Should I implement it myself or should I use supabase/ui (https://ui.supabase.io/components/auth) or use the auth-helpers package for this?
Especially when I need some functionality like reset password etc. when using plain react & react-router it seems to be tricky?
Any recommendations for that? Thanks!
Supabase UI
An open-source UI component library inspired by Tailwind and AntDesign.
Was this page helpful?