The frontend was built with Next.js but used almost none of it: no server rendering, no API routes, no server components. It shipped as a static export,which meant paying for the framework build pipeline while getting a plain single-page app in return.
We have to get rid of it.
The frontend was built with Next.js but used almost none of it: no server rendering, no API routes, no server components. It shipped as a static export,which meant paying for the framework build pipeline while getting a plain single-page app in return.
We have to get rid of it.