Individual NPM packages for supabase-js modules? #18179
Unanswered
franklloydteh
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am not sure if I am using the term 'modules' correctly. But when I say modules, I mean:
Say I only want Supabase to be used for authentication and chatrooms. I would only import @supabase/auth-js and @supbase/realtime-js.
I can see @supbase/realtime-js as a project, but I only see support projects for authentication (auth-helpers). I am unsure if @supabase/realtime-js can be used as a standalone because the guides for realtime always load/import @supabase/supabase-js
Some benefits:
#2 and #3 certainly aren't meant to be the only ways of enforcement (code reviews, knowledge transfers) but it would be nice to be explicit in how Supabase can be used in the frontend.
All reactions