1. React
  2. You Gotta Love Frontend
  3. 2019 Lithuania
  4. The Challenges and Pitfalls of Server Side Rendering

The Challenges and Pitfalls of Server Side Rendering

Dan Shappir at You Gotta Love Frontend 2019 Lithuania

Server-Side Rendering (SSR) has become a go-to method for improving the load time of dynamic websites. Rendering content on the server can significantly reduce time to page visibility, and is also beneficial for SEO. However, SSR is not without significant risks and potential downsides. It's all too easy for an SSR project to fail, to not provide the desired benefits, or to introduce unexpected problems. In this session I'll describe the issues and problems we encountered while transitioning the Wix platform from being fully Client-Side Rendered (CSR) to almost totally SSR, and the ways in which we overcame these problems.