-
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
[Feature]: remove Suspensive -> rename as DefaultProps #1076
Milestone
Comments
manudeli
added a commit
that referenced
this issue
Jul 13, 2024
…s, PromiseCache, PromiseCacheProvider, usePromiseCache (#1074) related with #1076 close #1069 # Overview - add SuspensePromise, useSuspensePromise, promiseOptions, PromiseCache, PromiseCacheProvider, usePromiseCache <!-- 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: Jonghyeon Ko <jonghyeon@toss.im>
I'll support DefaultPropsProvider, SuspensiveProvider samely, and mark SuspensiveProvider as deprecated jsdoc. then I'll remove it at Suspensive v3 |
1 task
manudeli
added a commit
that referenced
this issue
Jul 30, 2024
related with #1076 (comment) # Overview <!-- A clear and concise description of what this pr is about. --> Suspensive is used only to provide defaultProps. I want to make it more intuitively. So I deprecate Suspensive, SuspensiveProvider and add DefaultProps DefaultPropsProvider I want to remove Suspensive, SuspensiveProvider in v3 ## 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: GwanSik Kim <Seorit98@gmail.com>
manudeli
changed the title
[Feature]: remove Suspensive -> rename as DefaultProps, add Cache in v3
[Feature]: remove Suspensive -> rename as DefaultProps
Aug 1, 2024
manudeli
added a commit
that referenced
this issue
Aug 3, 2024
…s, PromiseCache, PromiseCacheProvider, usePromiseCache (#1074) related with #1076 close #1069 # Overview - add SuspensePromise, useSuspensePromise, promiseOptions, PromiseCache, PromiseCacheProvider, usePromiseCache <!-- 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: Jonghyeon Ko <jonghyeon@toss.im>
manudeli
added a commit
that referenced
this issue
Aug 3, 2024
related with #1076 (comment) # Overview <!-- A clear and concise description of what this pr is about. --> Suspensive is used only to provide defaultProps. I want to make it more intuitively. So I deprecate Suspensive, SuspensiveProvider and add DefaultProps DefaultPropsProvider I want to remove Suspensive, SuspensiveProvider in v3 ## 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: GwanSik Kim <Seorit98@gmail.com>
manudeli
pushed a commit
that referenced
this issue
Aug 3, 2024
…s, PromiseCache, PromiseCacheProvider, usePromiseCache (#1074) related with #1076 close #1069 # Overview - add SuspensePromise, useSuspensePromise, promiseOptions, PromiseCache, PromiseCacheProvider, usePromiseCache <!-- 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. ---------
manudeli
added a commit
that referenced
this issue
Aug 3, 2024
related with #1076 (comment) # Overview <!-- A clear and concise description of what this pr is about. --> Suspensive is used only to provide defaultProps. I want to make it more intuitively. So I deprecate Suspensive, SuspensiveProvider and add DefaultProps DefaultPropsProvider I want to remove Suspensive, SuspensiveProvider in v3 ## 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. ---------
manudeli
added a commit
that referenced
this issue
Aug 3, 2024
…s, PromiseCache, PromiseCacheProvider, usePromiseCache (#1074) related with #1076 close #1069 # Overview - add SuspensePromise, useSuspensePromise, promiseOptions, PromiseCache, PromiseCacheProvider, usePromiseCache <!-- 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: Jonghyeon Ko <jonghyeon@toss.im>
manudeli
added a commit
that referenced
this issue
Aug 3, 2024
related with #1076 (comment) # Overview <!-- A clear and concise description of what this pr is about. --> Suspensive is used only to provide defaultProps. I want to make it more intuitively. So I deprecate Suspensive, SuspensiveProvider and add DefaultProps DefaultPropsProvider I want to remove Suspensive, SuspensiveProvider in v3 ## 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: GwanSik Kim <Seorit98@gmail.com>
manudeli
added a commit
that referenced
this issue
Aug 3, 2024
…s, PromiseCache, PromiseCacheProvider, usePromiseCache (#1074) related with #1076 close #1069 # Overview - add SuspensePromise, useSuspensePromise, promiseOptions, PromiseCache, PromiseCacheProvider, usePromiseCache <!-- 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: Jonghyeon Ko <jonghyeon@toss.im>
manudeli
added a commit
that referenced
this issue
Aug 3, 2024
related with #1076 (comment) # Overview <!-- A clear and concise description of what this pr is about. --> Suspensive is used only to provide defaultProps. I want to make it more intuitively. So I deprecate Suspensive, SuspensiveProvider and add DefaultProps DefaultPropsProvider I want to remove Suspensive, SuspensiveProvider in v3 ## 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: GwanSik Kim <Seorit98@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package Scope
@suspensive/react
Description
AS IS
TO BE
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: