-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert @fluentui/react-text stories to index.stories.tsx approach #23662
Convert @fluentui/react-text stories to index.stories.tsx approach #23662
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 01c30a7:
|
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: f6b1dd6ebf92ca453c316799f44dd3f9ca232a1a (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1347 | 1321 | 5000 | |
Button | mount | 1002 | 968 | 5000 | |
FluentProvider | mount | 1729 | 1710 | 5000 | |
FluentProviderWithTheme | mount | 660 | 642 | 10 | |
FluentProviderWithTheme | virtual-rerender | 617 | 613 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 679 | 694 | 10 | |
MakeStyles | mount | 2120 | 2102 | 50000 |
Body1, | ||
Caption1, | ||
Display, | ||
Subtitle1, | ||
LargeTitle, | ||
Title1, | ||
Title2, | ||
Title3, | ||
Subtitle2, | ||
Caption2, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: You could go the extra mile and order these alphabetically
Body1, | |
Caption1, | |
Display, | |
Subtitle1, | |
LargeTitle, | |
Title1, | |
Title2, | |
Title3, | |
Subtitle2, | |
Caption2, | |
Body1, | |
Caption1, | |
Caption2, | |
Display, | |
LargeTitle, | |
Subtitle1, | |
Subtitle2, | |
Title1, | |
Title2, | |
Title3, |
…icrosoft#23662) * chore: Convert Text to index based stories * changefile
fixes #23661