-
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
Progress documentation #25194
Progress documentation #25194
Conversation
📊 Bundle size report
Unchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 863058740bb2f3e82680db503268b3e937ddf86d (build) |
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 36e6bf6:
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1319 | 1221 | 5000 | |
Button | mount | 931 | 837 | 5000 | |
FluentProvider | mount | 1444 | 1508 | 5000 | |
FluentProviderWithTheme | mount | 631 | 554 | 10 | |
FluentProviderWithTheme | virtual-rerender | 591 | 595 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 622 | 637 | 10 | |
MakeStyles | mount | 1802 | 1861 | 50000 | |
SpinButton | mount | 2288 | 2348 | 5000 |
@@ -0,0 +1,26 @@ | |||
# Progress Migration |
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.
IMO a better place for this documentation is in the v9 doc site but this is not a blocker for me.
To me, we should minimize the number of places documentation lives and the doc site is much more visible to our users that a Markdown file.
…c-react into progress-documentation
Co-authored-by: Ben Howell <[email protected]>
* (chore): Update README and add MIGRATION.md to react-progress * change files * Apply suggestions from code review Co-authored-by: Ben Howell <[email protected]> Co-authored-by: Ben Howell <[email protected]>
This PR is to update the
README.md
and add aMIGRATION.md
file toreact-progress