Replies: 1 comment 3 replies
-
Hi @anjan-kp, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am not sure whether this feature exists or not.
I am using tss-react with my nextJS+MUI5 application.
As of now all my CSS is rendering serverside on 1st load and working absolutely fine.
But I am wondering is there a way to render only device-specific CSS on serverside.
For example, I don't want mobile-specific CSS if a user is viewing on a desktop.
As of now a lot of CSS is being sent to the client's browser as it includes a lot of media queries.
If I can render device-specific CSS then I don't need to send media queries to the client's browser.
Thanks
Anjan
Beta Was this translation helpful? Give feedback.
All reactions