atlassian-labs / storybook-addon-performance

🚧 A storybook addon to help better understand and debug performance for React components.
https://storybook-addon-performance.netlify.com
Other
652 stars 32 forks source link

feat(storybook-addon-performance): add React 18 support, update tasks #117

Closed akhdrv closed 3 months ago

akhdrv commented 1 year ago

Hey! This PR adds support for React 18 and changes some of the tasks in the way that they do truthy reports for React 18.

Highlights:

Known issues:

Please feel free to comment & review

DarkPurple141 commented 1 year ago

@akhdrv This will need a rebase now and ideally if you can add a changeset:

pnpm changeset to create one.

alexreardon commented 1 year ago

I will aim to take a look at this soon

alexreardon commented 1 year ago

I will aim to look at this soon

akhdrv commented 1 year ago

Ok, I'll try to get back to this PR within next week

apennell commented 4 months ago

Hi! I see that this PR is approved but also quite old. Are there plans to merge it in? I would love to have these updates!

FranCarstens commented 4 months ago

With React 19 around the corner this PR may soon be outdated. Are there any plans to continue updating this project?