-
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
Chore/try mix cache n stylis #12466
Chore/try mix cache n stylis #12466
Conversation
…om/OfficeDev/office-ui-fabric-react into chore/fela-enhancer � Conflicts: � packages/fluentui/react/package.json � packages/fluentui/react/src/utils/felaRenderer.tsx
…c-react into chore/fela-enhancer
Updates fela's `renderRule` method to compute classNames on a more granular level: by property rather than by style object. Rather than generating a full className for an entire style object at once, it now walks the style object and generates classes for each individual property. This allows us to avoid reprocessing styles that should already be cached. NOTE: this approach does not work for monolithic classNames, since that treats an entire style object as a single entity. So, do not use this if you are using that mode.
…om/microsoft/fluentui into chore/fela-enhancer � Conflicts: � packages/fluentui/react-northstar/test/specs/utils/__snapshots__/felaRenderer-test.tsx.snap
…hore/try-mix-cache-n-stylis
…uentui into chore/try-mix-cache-n-stylis � Conflicts: � packages/fluentui/react-northstar/src/utils/felaRenderer.tsx
Non-approved dependencies are detected.The following package version constraints missing approved candidate:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Potential regressions comparing to master
Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: ccc2e9a086d41a1674da17ad7f31d31fd84fe9a5 (build) |
Pull request checklist
$ yarn change
Description of changes
yarn perf --filter "+(AttachmentMinimal|SliderMinimal|SegmentMinimal|ChatWithPopover)*"
Tests
AttachmentMinimal.perf.tsx
SegmentMinimalPerf.tsx
SliderMinimal.perf.tsx
Measures
master
Stylis
(compared to
master
)Cache + Stylis
(compared to
stylis
)Microsoft Reviewers: Open in CodeFlow