Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments: Server-Rendering Responsively #577

Open
pepopowitz opened this issue May 24, 2019 · 3 comments
Open

Comments: Server-Rendering Responsively #577

pepopowitz opened this issue May 24, 2019 · 3 comments

Comments

@pepopowitz
Copy link
Contributor

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.

@KhanMaytok
Copy link

Great post

@prabhakarnikhil14
Copy link

Exactly what I was looking for

@Lufedi
Copy link

Lufedi commented Oct 1, 2020

Great article! thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants