Server-side rendering + responsive design + inline styles -> which breakpoint to use?
I think Artsy found the best solution to this problem.
They render everything on the server, and then only render the layout needed on the frontend.
If on the server they are sure the device has certain boundaries, they eventually optimize the SSR by rendering only the required layout.
https://artsy.github.io/blog/2019/05/24/server-rendering-responsively/