Ben McCann
Ben McCann
Depends on https://github.com/reactjs/react-chartjs/issues/84
@mloisotto this PR can be closed. The code is already in master: https://github.com/reactjs/react-chartjs/blob/master/lib/core.js#L33
@maxkolyanov this PR needs to be rebased
@Malachi-M this PR needs to be rebased
@gor181 would you like access to merge your fixes into this repo and release a new version per @austinpray's last comment?
@jerairrest I would leave it to your discretion to merge anything you think is of value. I know @ianks was wanting Typescript definitions in https://github.com/reactjs/react-chartjs/issues/84#issuecomment-232771416
@jerairrest I think the main thing to think through is that lib/core.js in this repo is a bit different from jerairrest/react-chartjs-2/src/index.js. We should try to make sure we're taking the...
Sure! That would be amazing
Thanks Rick!! I think I've found the main cause of SvelteKit slowness by looking at the slow sites from the spreadsheet, so no need to spend any more time on...
To share my findings, the performance characteristics of SPA vs SSR apps is very different. While many frameworks only support one or the other, SvelteKit can run in different modes...