Skip to content

Update browser support section: React 18 dropped Internet Explorer#8480

Open
patrickwehbe wants to merge 1 commit into
reactjs:mainfrom
patrickwehbe:fix/react18-ie-browser-support
Open

Update browser support section: React 18 dropped Internet Explorer#8480
patrickwehbe wants to merge 1 commit into
reactjs:mainfrom
patrickwehbe:fix/react18-ie-browser-support

Conversation

@patrickwehbe

Copy link
Copy Markdown

Summary

The Browser support section of the react-dom/client reference page still states that React "supports all popular browsers, including Internet Explorer 9 and above." But this page documents the React 18 client APIs (createRoot / hydrateRoot), and React 18 dropped support for Internet Explorer — its new features rely on modern browser capabilities (such as microtasks) that can't be polyfilled in IE.

This updates the section to reflect that React no longer supports IE, with a link to the React 18 upgrade guide.

Fixes #7271

@github-actions

Copy link
Copy Markdown

Size changes

Details

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Wrong IE compatibility list

1 participant