[2 of N] Changes for Making first render cycle faster and fixing test cases#27721
Merged
Conversation
Collaborator
📊 Bundle size report🤖 This report was generated against 1c318c5cfaee8e50fd644f02d21ffa8cbc2f99e0 |
|
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 789d492:
|
Asset size changes
Baseline commit: 1c318c5cfaee8e50fd644f02d21ffa8cbc2f99e0 (build) |
AtishayMsft
reviewed
May 2, 2023
AtishayMsft
reviewed
May 2, 2023
ankityadav4
force-pushed
the
issuefirstrender
branch
from
May 25, 2023 11:56
1aff5bf to
c1ed257
Compare
ankityadav4
force-pushed
the
issuefirstrender
branch
from
June 8, 2023 08:03
3012c2b to
b326767
Compare
AtishayMsft
reviewed
Jul 3, 2023
AtishayMsft
reviewed
Jul 3, 2023
ankityadav4
force-pushed
the
issuefirstrender
branch
2 times, most recently
from
July 10, 2023 12:48
48d3026 to
5bfb773
Compare
AtishayMsft
reviewed
Jul 10, 2023
AtishayMsft
reviewed
Jul 10, 2023
AtishayMsft
reviewed
Jul 10, 2023
AtishayMsft
reviewed
Jul 11, 2023
ankityadav4
force-pushed
the
issuefirstrender
branch
from
July 11, 2023 12:43
e83d236 to
e0fd761
Compare
…ag true for all variants
ankityadav4
force-pushed
the
issuefirstrender
branch
from
July 12, 2023 08:01
b1910d5 to
789d492
Compare
ankityadav4
marked this pull request as ready for review
July 13, 2023 11:09
AtishayMsft
approved these changes
Jul 13, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Jul 18, 2023
* master: (105 commits) fix(react-card): use resolved slot instead of raw prop object (microsoft#28517) applying package updates Expose virtualize index/length for casual use (microsoft#28450) applying package updates chore: update projects to use `*` for inner workspace dependencies (microsoft#28426) Update react-components/react-portal README.md (microsoft#28520) [2 of N] Changes for Making first render cycle faster and fixing test cases (microsoft#27721) applying package updates docs(react-search): Add README, description, best practices (microsoft#28507) Fix contrast issues in V8 Fluent2 Dark Theme (microsoft#28486) [VR-Approval-Cli] Fixed the Bug & Added the pipelineID (microsoft#28506) [Onboarding] Generalized VR-Approval-Cli (microsoft#28255) Onboarding [VR-Approval-CLI] To upload baseline screenshots (microsoft#28294) feat: migrate private v9 react packages to new preview versioning scheme (microsoft#28474) applying package updates applying package updates chore: openItems property added to TreeOpenChangeData + minor internal improvements (microsoft#28491) Fix Virtualizers 'start buffer' overflow (microsoft#28437) docs(v0 migration): add note about nested popups (microsoft#28480) chore: move slots back to TreeItem and creates slot context (microsoft#28492) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previous Behavior
New Behavior
Improving first render cycle of cartesian chart
Below are the improvements this PR using CRA based approach:**
Related Issue(s)