-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
v1.0 #2233
base: main
Are you sure you want to change the base?
v1.0 #2233
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: de5b868 The changes in this PR will be included in the next version bump. This PR includes changesets to release 73 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@segunadebayo will this negate this issue - #2232 ? I see the deep-merge function is being removed in this PR |
@veloware Yes, it will. We're simplifying pretty much everything |
Closes #2226
Closes #2214
Closes #2179
Closes #2238
Closes #2223
Closes #2235
Closes #2252
Closes #2213
📝 Description
Over the years, we've nailed down the correct Zag APIs that work across frameworks. We're shifting focus to runtime and rendering performance to make it blazing fast.
Based on preliminary measurements of testing 10k instances of the same components.
The results show roughly 1.5x - 4x performance improvements across components. Here are the results
Avatar
Before
After
Accordion
Before
After
{phase: 'mount', duration: 1079.0000001490116}
Collapsible
Before
After
{phase: 'mount', duration: 290.3000001013279}
Dialog
Before
After
{phase: 'mount', duration: 135.50000008940697}
Editable
Before
After
{phase: 'mount', duration: 737.5999999940395}
Tooltip
Before
After
{phase: 'mount', duration: 139.9000000357628}
Presence
Before
After
{ phase: "mount", duration: 502 }
Tabs
Before
After
💣 Is this a breaking change (Yes/No):
Just a slight change in syntax. Nothing major