You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, huge thanks for this amazing starter — the monorepo setup with Next.js + Expo is exactly what I need.
However, for my use case, I don’t need Supabase or Drizzle since I’ll be using external REST APIs instead of a local DB. I still want to keep:
Monorepo structure
Next.js for web
Expo for mobile
tRPC for client side(i dont think i need it)
Shared packages like api, ui, types
I just want to remove Supabase and Drizzle without breaking the app, and replace any data fetching logic with calls to my own APIs (e.g. using fetch or axios in tRPC procedures).
My questions:
What’s the safest way to remove Drizzle and Supabase across the repo?
Are there any interdependencies I should watch out for in packages/api, tsconfig, or the Expo app?
Is there a "minimal setup" branch/fork without DB/Supabase I can start from?
Do i need to keep auth proxy?
I’d appreciate any guidance, and I’m happy to contribute a PR/docs once I get it working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
First off, huge thanks for this amazing starter — the monorepo setup with Next.js + Expo is exactly what I need.
However, for my use case, I don’t need Supabase or Drizzle since I’ll be using external REST APIs instead of a local DB. I still want to keep:
packages
likeapi
,ui
,types
I just want to remove Supabase and Drizzle without breaking the app, and replace any data fetching logic with calls to my own APIs (e.g. using fetch or axios in tRPC procedures).
My questions:
packages/api
,tsconfig
, or the Expo app?I’d appreciate any guidance, and I’m happy to contribute a PR/docs once I get it working.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions