Prep for React v16 and removal for deprecation warnings (PropTypes & createClass)
See original GitHub issueAre there any plans to prepare for React v16 as per this post: React v15.5.0 …?
It means replacing all React.PropTypes
and using the prop-types package, and repalcing all React.createClass
using the create-react-class package.
Doing this will also remove the deprecation warnings for anyone using React v15.5.0 which show in the console in development env.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Disable React.createClass and PropTypes deprecated ...
Warning : Uncontrolled(Dropdown): React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead.
Read more >React v16.13.0 – React Blog
Today we are releasing React 16.13.0. It contains bugfixes and new deprecation warnings to help prepare for a future major release.
Read more >Upgrade ReactJS.NET 5.0.0 and React 16.8 for the ASP. ...
ReactJS.NET is a solution for developers to use React and JSX in ASP. ... Solve warning messages; Remove deprecated API calls; Refactor ES5...
Read more >React.js Interview Questions & Answers - Part 2
In this article, we will cover 50 technical React.js interview questions and explain in detail their answer to them.
Read more >React - Releases
Fix the false positive warning about react-dom/client when using UMD bundle. ... are available on createClass -based components are removed or deprecated ......
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
Released 7.0.0
Will do.