-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat(react): improve ClientOnly by useSyncExternalStore #1105
Conversation
🦋 Changeset detectedLatest commit: 33e39b9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
48a0180
to
ecfd946
Compare
Co-authored-by: Dominik Dorfmeister <1021430+TkDodo@users.noreply.github.com> Co-authored-by: SeongMin Kim <86355699+Collection50@users.noreply.github.com> Co-authored-by: GwanSik Kim <39869096+gwansikk@users.noreply.github.com>
ecfd946
to
a041598
Compare
CodSpeed Performance ReportMerging #1105 will create unknown performance changesComparing Summary
|
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.
@TkDodo @Collection50 @gwansikk Could you review this please?
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.
Awesome! Thanks to @TkDodo for the great idea.
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.
Cool Code !!! 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1105 +/- ##
==========================================
- Coverage 82.10% 82.08% -0.03%
==========================================
Files 66 66
Lines 721 720 -1
Branches 149 148 -1
==========================================
- Hits 592 591 -1
Misses 120 120
Partials 9 9
|
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/react@2.9.0 ### Minor Changes - [#1105](#1105) [`f9fb719`](f9fb719) Thanks [@manudeli](https://github.com/manudeli)! - feat(react): improve ClientOnly by useSyncExternalStore ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/cache@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/jotai@0.0.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-await@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-image@0.0.17 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-query@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/react-query-4@2.9.0 - @suspensive/react-query-5@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-4@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-5@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/utils@2.9.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Idead by @TkDodo 🙇 close #528 # Overview <!-- A clear and concise description of what this pr is about. --> ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Dominik Dorfmeister <1021430+TkDodo@users.noreply.github.com> Co-authored-by: SeongMin Kim <86355699+Collection50@users.noreply.github.com> Co-authored-by: GwanSik Kim <39869096+gwansikk@users.noreply.github.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/react@2.9.0 ### Minor Changes - [#1105](#1105) [`f9fb719`](f9fb719) Thanks [@manudeli](https://github.com/manudeli)! - feat(react): improve ClientOnly by useSyncExternalStore ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/cache@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/jotai@0.0.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-await@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-image@0.0.17 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-query@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/react-query-4@2.9.0 - @suspensive/react-query-5@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-4@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-5@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/utils@2.9.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Idead by @TkDodo 🙇 close #528 # Overview <!-- A clear and concise description of what this pr is about. --> ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. ---------
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/react@2.9.0 ### Minor Changes - [#1105](#1105) [`f9fb719`](f9fb719) Thanks [@manudeli](https://github.com/manudeli)! - feat(react): improve ClientOnly by useSyncExternalStore ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/cache@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/jotai@0.0.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-await@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-image@0.0.17 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-query@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/react-query-4@2.9.0 - @suspensive/react-query-5@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-4@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-5@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/utils@2.9.0
Idead by @TkDodo 🙇 close #528 # Overview <!-- A clear and concise description of what this pr is about. --> ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Dominik Dorfmeister <1021430+TkDodo@users.noreply.github.com> Co-authored-by: SeongMin Kim <86355699+Collection50@users.noreply.github.com> Co-authored-by: GwanSik Kim <39869096+gwansikk@users.noreply.github.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/react@2.9.0 ### Minor Changes - [#1105](#1105) [`f9fb719`](f9fb719) Thanks [@manudeli](https://github.com/manudeli)! - feat(react): improve ClientOnly by useSyncExternalStore ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/cache@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/jotai@0.0.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-await@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-image@0.0.17 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-query@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/react-query-4@2.9.0 - @suspensive/react-query-5@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-4@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-5@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/utils@2.9.0
Idead by @TkDodo 🙇 close #528 # Overview <!-- A clear and concise description of what this pr is about. --> ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Dominik Dorfmeister <1021430+TkDodo@users.noreply.github.com> Co-authored-by: SeongMin Kim <86355699+Collection50@users.noreply.github.com> Co-authored-by: GwanSik Kim <39869096+gwansikk@users.noreply.github.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/react@2.9.0 ### Minor Changes - [#1105](#1105) [`f9fb719`](f9fb719) Thanks [@manudeli](https://github.com/manudeli)! - feat(react): improve ClientOnly by useSyncExternalStore ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/cache@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/jotai@0.0.3 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-await@0.2.2 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-image@0.0.17 ### Patch Changes - Updated dependencies \[]: - @suspensive/utils@2.9.0 ## @suspensive/react-query@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/react-query-4@2.9.0 - @suspensive/react-query-5@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-4@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/react-query-5@2.9.0 ### Patch Changes - Updated dependencies \[[`f9fb719`](f9fb719)]: - @suspensive/react@2.9.0 - @suspensive/utils@2.9.0 ## @suspensive/utils@2.9.0
Idead by @TkDodo 🙇
close #528
Overview
PR Checklist