1 min readNov 23, 2019
Hi Jacob! Thank you for your comment!
I actually use SSR with Angular Universal + PWA as I have found them complimentary when what you need is a fast first paint, quality SEO combined with the maximum performance and user experience of a PWA via service workers.
With this combination, the application is initially rendered server-side on-demand, the client-side application (PWA) is then bootstrapped and replaces the SSR version via the Angular Server Transition Module.
All while the user is unaware that the transition has taken place!