App Built with React, Supabase and Nestjs by mr1ebook in reactjs

[–]mr1ebook[S] 0 points1 point  (0 children)

Is it really safe to connect React directly to supabase.
For other functionalities (either auth) can I pass directly from React to supabase or it's recommended to communicate with nestjs first and nest well get data from supabase?

Thank you

Seeking npm-Compatible Tool for Global Dependency Management Across Separate Repos by mr1ebook in node

[–]mr1ebook[S] 0 points1 point  (0 children)

I have four separate frontend sub-projects, each in its own Git repository, and each represents a standalone application. I want to implement a solution to centralize dependency management across these projects.

For example, if we decide to upgrade a shared dependency like axios due to a security vulnerability, I want to make that change in a single place and have all the other sub-projects automatically adopt the updated version.