Route cache spliting to mobile / desktop / etc #2432
Closed
odranoelBR
started this conversation in
General
Replies: 2 comments
-
Hi! I think it would be best if you ask this in Nuxt discussions or discord channel 🙏🏼 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @pi0, By the way i found a related question #1170 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my SWR running perfect and saving all the HTML on redis.
But now i want split the HTML in two versions with v-if="deviceSize"
So i can have a more specific components and better performace because they have less html, less js, less css.
Is there a way ?
Beta Was this translation helpful? Give feedback.
All reactions