[docs] Supported React versions
See original GitHub issueNot able to find the exact supported version for a particular version of MUI
Expected Behaviour
Supported version
React >=16.x
Just an example
Also, a table listing
| Material-UI | React |
|---|---|
| v4 | ^16.8.0 (hooks) |
| v3 | ^16.3.0 (context) |
| v1 | ^16.3.0 (context) |
| v0.20 | >= 15.4.0 |
Related #16828
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Versioning Policy - React
Alpha and canary versions of React. We provide alpha versions of React as a way to test new features early, but we need...
Read more >Getting Started - React
Versioned Documentation. This documentation always reflects the latest stable version of React. Since React 16, you can find older versions of the documentation ......
Read more >Release Channels - React
Each of React's release channels is designed for a distinct use case: Latest is for stable, semver React releases. It's what you get...
Read more >React v18.0 – React Blog
Our latest major version includes out-of-the-box improvements like automatic batching, new APIs like startTransition, and streaming server-side ...
Read more >React v16.0 – React Blog
There is no react-with-addons.js build anymore. All compatible addons are published separately on npm, and have single-file browser versions if ...
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 Free
Top 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

Frankly speaking, I get really frustrated when my terminal gets filled with a huge mess of information, after install modules.
The ideal solution would make this information accessible, easily. Hence adding it to
supported-platformwould be an ideal solution.@pranshuchittora I think that updating the supported-platforms.md would be enough. It’s not incredibly important. People starting don’t have to worry. I would only expect advanced users to have this problem, people that should be able to find the information from the source. What do you think?