MortarJS / Mortar-JS

A React-powered framework that provides building blocks to craft and customize powerful data management tools for the web.
MIT License
101 stars 3 forks source link

React15 #34

Closed Kyle-Mendes closed 8 years ago

Kyle-Mendes commented 8 years ago

Taking care of the update to React 15.

The most major revisions came from updating React Router (we were many versions behind and staying there wasn't an option). We were also using some APIs that were removed from React, and had to switch away from that.

Finally, we had to handle some new restrictions that React puts in place to remove having console.warn and console.error thrown when using our components.