artsy.github.io
artsy.github.io copied to clipboard
Comments: Server-Rendering Responsively
We use server-side rendering (SSR) to deliver every page you hit on artsy.net. We decided on using SSR for many reasons, amongst them performance. We wrote about this all the way back in 2013!
We've also built our site using responsive design, so you get a browsing experience optimized for your device.
Combining SSR and responsive design is a non-trivial problem. There are many concerns to manage, and they are sometimes in conflict with each other. We server render for performance reasons, but we also want to be sure our app is performant when your browser takes over, all while optimizing for accessibility and SEO.
This article describes the tools we use on artsy.net to combine SSR and responsive design.
Great post
Exactly what I was looking for
Great article! thanks