EL AYADI Mohamed

Results 23 comments of EL AYADI Mohamed

don't forget #53

I think there are enough source and instance utilities to make this possible, deps will so serve only for auto running ?

I may help with cancellations, but i ll need first to know how the repo and internals of jotai work. If there is any document describing them somehwere ? thanks...

I think the same issue is addressed in https://github.com/TanStack/query/issues/5538; and [this PR](https://github.com/TanStack/query/pull/5573) may solve it. Here is the same sandbox with the built version from the PR that shows the...

Here are the cache insights from my lib: The `CacheConfig` accepts a: - a `load` function that can be sync or async, and returns a record of a CachedState shape,...

what about making it totally configurable ?: ```ts { keepDataAfterDispose: boolean, keepDataAfterDisposeDurationMs: number, } ``` I dislike long names, but couldn't think of better words

Isn't `any` a better fit than `Error` ?

I believe the ts version in the repository of react-query should always use the latest version (or any the maintainers feel okay with!), since it won't affect the developers' land

Anonymous instances get removed automatically, another flag will be used to detach it from the context when all subscribers unsubscribe

Testing with vitest , testing-library and happy-dom makes the test hang forever