Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ The `react-dom/client` APIs let you render React components on the client (in th

## Browser support {/*browser-support*/}

React supports all popular browsers, including Internet Explorer 9 and above. Some polyfills are required for older browsers such as IE 9 and IE 10.
React supports all popular browsers, including Chrome, Firefox, Safari, and Edge. React 18 [dropped support for Internet Explorer](/blog/2022/03/08/react-18-upgrade-guide#dropping-support-for-internet-explorer), which doesn't support the modern browser features that React relies on.
Loading