Don’t let Angular Universal break you (or your app). Some tips to keep your sanity.

Lewis Fairweather
ITNEXT
Published in
4 min readNov 2, 2019

--

Server Side Rendering (SSR) is not without its caveats. Debugging & Hot Fixes are an almost certainty.

You wanted to provide the best of both worlds. You wanted a Single Page Application (SPA), built using a modern framework such as Angular with its incredibly dynamic rendering, scalable component based architecture…

--

--