You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: