May 29, 2023
When you do SPA, the front-end is executed at the client side after loaded by a browser. When you do SSR, the front-end is executed at the server side, and then sent to the client. At the server side, you should be able to set up Babel to compile the code to be rendered.