artsy.github.io icon indicating copy to clipboard operation
artsy.github.io copied to clipboard

Comments: Server-Rendering Responsively

Open pepopowitz opened this issue 5 years ago • 3 comments

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.

pepopowitz avatar May 24 '19 16:05 pepopowitz

Great post

KhanMaytok avatar Aug 07 '19 01:08 KhanMaytok

Exactly what I was looking for

prabhakarnikhil14 avatar Sep 30 '20 21:09 prabhakarnikhil14

Great article! thanks

Lufedi avatar Oct 01 '20 20:10 Lufedi