Epic/ssr
Angular Universal implementation
Running
ng run v5.x:server:production && webpack --config webpack.server.config.js --progress --colors
TODO
- Only render below the fold requests on scroll as SEO crawlers are still waiting for the DOM to be kicked off.
- Implement security and cookie forwarding
- Dynamic domain vs hard coded in client
added 1 commit
- 5263c95a - (wip): Server Side Rendering - work in progress
Please register or sign in to reply