react-chartjs-2
react-chartjs-2 copied to clipboard
Debounce / throttle rendering
As far as I can tell, rendering is responding to page layout changes up to every 1ms.
Is there any way to throttle the rendering? I think it should be max 60fps (~16ms frames)
Hey Adam! Do you have an example? Throttling rerenders is a great idea.
Suggest we use https://github.com/xnimorz/use-debounce once the component has been refactored to use hooks: #459