How to enable SSR for existing React CRA + Nest.js application?
I already have a Create React App (CRA) application working as a Single Page Application (SPA). The app is connected to an API created on Nest.js. The two parts are developed with Typescript in separate repos and hosted as completely different apps. Now, when I’ve got some traffic on the app I would like to … Read more