Closed ncrum closed 7 years ago
This PR encapsulates the upgrade from React 15.4.2 to React 16.0.0.
This upgrade involved the following:
React.PropTypes
prop-types
ReactDOM.hydrate
react-router
react-intl
Note: I also fixed a small typo in the license property within package.json
package.json
This PR encapsulates the upgrade from React 15.4.2 to React 16.0.0.
This upgrade involved the following:
React.PropTypes
to using theprop-types
packageReactDOM.hydrate
for SSRreact-router
andreact-intl
as well as others