alrightsure
alrightsure
Explore posts from servers
TTCTheo's Typesafe Cult
Created by alrightsure on 5/12/2023 in #questions
Suggestions for React Native offline-first DB with syncing
Hi all, basically I’m trying to get Firebase functionality without using Firebase. because of Their Typescript support is pretty bad and I would rather use something like Supabase on the backend. Things I’ve considered: - Realm: Not bad, would prefer to use a SQL backend - WatermelonDB: also flakey TS support and can’t get it to build with Expo - RXDB: seems cool, but the only option that seems to actually support React Native out of the box is locked behind a pricey subscription - Replicache: very expensive - Redux Persist: seems like it would do the job but not as performant as some other options with a lot of boilerplate. Does anyone have any other suggestions?
6 replies
TTCTheo's Typesafe Cult
Created by alrightsure on 11/11/2022 in #questions
Best Practices When Using Components with Tailwind
15 replies
TTCTheo's Typesafe Cult
Created by alrightsure on 10/10/2022 in #questions
Supabase Magic Link Auth with Expo
Anyone ever successfully get this working? I get all of the necessary tokens back with the callback url but I'm not really sure what I should be doing with them. From what I can gather from the documentation (which isn't great) supabase.auth.onAuthStateChange should be firing but it's not.
1 replies