Skip to content
Discussion options

You must be logged in to vote

Next.js itself works in IE11 (and newer) browsers https://nextjs.org/docs/basic-features/supported-browsers-features

Next provides a few polyfills for user code but any additional polyfills/support for older browsers within your own code would need to be polyfilled independently by you.

Next provides these JS polyfills for older browsers by default.

Next does not polyfill all newer HTML/CSS/JS features for older browsers, so you would need to bring your own polyfills for certain features.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MejanH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants