Server Side Rendering
## Goals - [x] Abstract the frontend totally from backend - [x] Implement angular unviversal - [x] Improve SEO ## More information Minds is currently very slow for an initial load, whereas subsequent visits are very fast. By moving the initial rendering to the server side, we can vastly improve the initial visit load time. This is particularly important for mobile browsers, and also for our SEO rankings. ## Milestones | Milestone | Link | | ------ | ------ | | SSR | https://gitlab.com/groups/minds/-/milestones/59 | ## Mockups N/A ## Developers | Developer | Focus | | ------ | ------ | | @markeharding | backend & frontend |
epic