AnyChart / AnyChart-React

Intuitive and easy to use React plugin that allows you to create and work with AnyChart JavaScript Charts
https://www.anychart.com
Apache License 2.0
39 stars 30 forks source link

React 16.8 and greater #28

Open jdillick opened 2 years ago

jdillick commented 2 years ago

React Hooks Implementation

This PR updates dependencies and is a rewrite of the component (based on the existing version), but using a functional component with React Hooks, instead of a class component with lifecycle methods.

The component is supported in React 16.8 and greater, and would be required for React 18 and greater, due to discontinued lifecycle methods.

Hope this helps.

John

jdillick commented 1 year ago

@rkkmkkfx Just in case this is lost in sea of dependabot PRs, thought I'd ping someone who's merged on project before.