-
Is it possible to determine whether a call to We are caching client-side some parts of the data returned from |
Beta Was this translation helpful? Give feedback.
Answered by
claus
May 5, 2020
Replies: 1 comment
-
This is more or less how Next does it internally:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stigkj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more or less how Next does it internally:
const isClientSide = url.parse(req.url).pathname.match(/_next\/data/);