-
Beta Was this translation helpful? Give feedback.
Answered by
Pitasi
Aug 26, 2020
Replies: 1 comment 2 replies
-
I just tried out this example: https://github.com/vercel/next.js/tree/canary/examples/data-fetch. When I open localhost:3000 I can see it prefetches |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Pitasi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tried out this example: https://github.com/vercel/next.js/tree/canary/examples/data-fetch.
When I open localhost:3000 I can see it prefetches
preact-stars.json
, damn. I need to investigate why it doesn't do that in my project.Also, once .json are cached, no more network requests are made. Exactly what I need.