Support for React 17
See original GitHub issueCurrent dependency is react@^16.3.0
, so this is requesting that react@17.0.0
be added as well
- I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Appears to work with React 17 from testing so far, so allowing that would be good
Motivation 🔦
Stay current with React and future development
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
React v17.0 – React Blog
React 17 supports the new JSX transform. We've also backported support for it to React 16.14.0, React 15.7.0, and 0.14.10.
Read more >React | endoflife.date
React is an open-source JavaScript web framework for building modern web applications. Release, Released, Active Support, Security Support ...
Read more >Upgrading to React 17 - Medium
We finally upgraded our app to React v17 from v16. ... In v17, the react team created a new transform that supports compiling...
Read more >React upgrade from 16 to 17 - Stack Overflow
npm install react-scripts@4.0.0 react@17.0.0 react-dom@17.0.0 ... which is the latest version that supports React < 18.00
Read more >React 16 vs. React 17 | NextLink Labs
High Level Changes · Partial upgrade support · Supports the latest version of JSX · Supports nesting multiple react apps on the same...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@daveisfera look at the
packages/material-ui
package.jsonhttps://github.com/mui-org/material-ui/blob/a1b75ccf8edcf7a58dacca7e6b1b1e1328e32409/packages/material-ui/package.json#L47
React 17 is already supported