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
I am exploring the possibility of reusing part of the Mage AI frontend as a standalone React SPA (without Next.js)
The goal is to migrate ~50% of the UI (pipelines list, runs, notebook view) to a client-only React app using react-router and rsbuild. I want to drop SSR completely and handle all data fetching client-side.
Would such decoupling be feasible or are there deep architectural dependencies on Next.js that would make this difficult?
Any pointers or gotchas would be appreciated.
Thanks!