BroadleafCommerce / ReactStarter

Broadleaf Commerce Spring Boot React Starter
Creative Commons Zero v1.0 Universal
43 stars 42 forks source link

Upgrade React from 15.4.2 to 16.0.0 #2

Closed ncrum closed 7 years ago

ncrum commented 7 years ago

This PR encapsulates the upgrade from React 15.4.2 to React 16.0.0.

This upgrade involved the following:

  1. Migrating uses of React.PropTypes to using the prop-types package
  2. Migrate to use ReactDOM.hydrate for SSR
  3. Upgraded additional libraries including react-router and react-intl as well as others

Note: I also fixed a small typo in the license property within package.json