-
I want to remove axios from my site, before I will install any polyfill I want to know that did nextjs polyfill fetch() on server side too? |
Beta Was this translation helpful? Give feedback.
Answered by
ijjk
Apr 18, 2020
Replies: 2 comments
-
Hi, Next.js does not currently polyfill |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ijjk
-
Do note, you can use server-only fetching packages in |
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
Hi, Next.js does not currently polyfill
fetch
on the server, only on the client in browsers that don't have it natively as described in our blog post when this was added.