Considerations about the tech stack and architecture

This is why isomorphism is a good idea (rendering by using the same code on both the server and client, so it can work in server only mode for search engines and legacy users). If we go with an SPA approach, it’s a good idea to have isomorphic rendering as a top priority.

2 Likes