I want to build SSR react app using react and express.
Can we send from a server more than one pre rendered component and still use only one react app?
So for example on GET request to localhost:3000/home I pre render Home component and also send my bundled react app. And on GET request to localhost:3000/about I want to pre render About component and also send my bundled react app.