-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): Suspensive with Toss (#912)
![logo_background_star](https://github.com/toss/suspensive/assets/61593290/100ee9b9-222a-4aa1-9396-3568dbde106c) # Suspensive with Toss to next stage 🚀 <!-- A clear and concise description of what this pr is about. --> Suspensive maintainers (@manudeli, @okinawaa, @minsoo-web) have already joined toss now and agreed to move suspensive repo into toss organization and work on this seriously as part of our work. Also, after discussion with @raon0211, the frontend head of toss, he helped us move the repository. I first created Suspensive outside of Toss to find a quick way to modify @toss/error-boundary and @toss/async-boundary, which are part of the slash library in 2022, and to improve @toss/react-query. Additionally, @suspensive/react-query, a part of this library monorepo, has been introduced as a community resource in the official TanStack Query document. As a result, Suspensive has become a library that I use in every project I create. After joining the company, Toss, I learned that more than 10 services at Toss were already using @suspensive/react and @suspensive/react-query, and I would like to support their common use across the company. We also want to support the use of other companies' production-grade services. we wanted to share this open source with more people in order to unify the interfaces related to Suspense and ErrorBoundary and develop the ecosystem, and we needed a way to continuously receive good feedback. That's why we moved suspensive into toss organization. I hope we can make this front-end ecosystem better together. Thanks, early contributors! we've been able to address a lot of issues and make a lot of improvements! @tooooo1 @ssi02014 @2-NOW @sungh0lim @codebutler @sonsurim @SEOKKAMONI @Kanary159357 @lunelson @relsunkaev @sylvainmouquet @pengooseDev @gjlee94 @wes5510 @chaaerim @minchodang @zillako @sukvvon @jinn2u [![contributors](https://contrib.rocks/image?repo=toss/suspensive)](https://github.com/toss/suspensive/graphs/contributors) ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md) 2. I added documents and tests. ---------
- Loading branch information
Showing
31 changed files
with
148 additions
and
168 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@suspensive/react-await": patch | ||
"@suspensive/react-image": patch | ||
"@suspensive/react-query": patch | ||
"@suspensive/react": patch | ||
--- | ||
|
||
chore(*): suspensive with toss |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.