experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

PropTypes and general React 16 compatibility #103

Closed albertkim closed 6 years ago

albertkim commented 7 years ago

The library still uses React.PropTypes, which will be deprecated as of React 16.

Proposed solution: Update the library to use the prop-types library, as well as update any third party dependencies that may be React 16 incompatible.

iamcaleberic commented 6 years ago

This is true...Tried it with React 16 and everything breaks.

albertkim commented 6 years ago

I don't think this library is maintained anymore, so for anyone reading this post, I've been looking into some similar alternatives. I've been trying out react-vis, and it's been getting the job done for me - simple configuration, pretty defaults, and easy to use.

https://github.com/uber/react-vis

sat- commented 6 years ago

Hi @albertkim and @iamcaleberic, I've migrated the code to use the prop-types library now.