Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jotaijs/jotai-effect issues and pull requests
#43 - AtomEffect supports recursion under jotai store2
Pull Request -
State: closed - Opened by dmaskasky 3 months ago
- 2 comments
#42 - effects do not seem to trigger under certain cases on jotai 2.9.0
Issue -
State: closed - Opened by SpoBo 3 months ago
- 4 comments
#41 - Atomeffects never run while read within a suspended suspense boundary
Issue -
State: closed - Opened by scamden 6 months ago
- 14 comments
#40 - Unclear where `subscribe` is coming from
Issue -
State: closed - Opened by uson1x 7 months ago
- 3 comments
#39 - atomEffect executes "too late" in tests - how to await?
Issue -
State: closed - Opened by SafeAndS0und 7 months ago
- 2 comments
#39 - atomEffect executes "too late" in tests - how to await?
Issue -
State: closed - Opened by SafeAndS0und 7 months ago
- 2 comments
#38 - Is it possible to use React's `startTransition` with atom effects?
Issue -
State: closed - Opened by kevinschaich 8 months ago
- 2 comments
#37 - How can we run an effect on every change (ignore "resistance to infinite loops")?
Issue -
State: closed - Opened by kevinschaich 8 months ago
- 4 comments
#36 - RFC: `debouncedAtomFactory` / `throttledAtomFactory`
Issue -
State: closed - Opened by kevinschaich 8 months ago
- 9 comments
#35 - Can you use hooks within `atomEffect`?
Issue -
State: closed - Opened by kevinschaich 8 months ago
- 4 comments
#35 - Can you use hooks within `atomEffect`?
Issue -
State: closed - Opened by kevinschaich 8 months ago
- 4 comments
#33 - rethrow errors thrown during effectFn and cleanup
Pull Request -
State: closed - Opened by dmaskasky 9 months ago
- 1 comment
#33 - rethrow errors thrown during effectFn and cleanup
Pull Request -
State: closed - Opened by dmaskasky 9 months ago
- 1 comment
#32 - error throw inside atomEffect will be swallowed
Issue -
State: closed - Opened by himself65 9 months ago
- 2 comments
#32 - error throw inside atomEffect will be swallowed
Issue -
State: closed - Opened by himself65 9 months ago
- 2 comments
#30 - feat: get.peek reads atom value without subscribing to updates
Pull Request -
State: closed - Opened by dmaskasky 10 months ago
- 1 comment
#30 - feat: get.peek reads atom value without subscribing to updates
Pull Request -
State: closed - Opened by dmaskasky 10 months ago
- 1 comment
#29 - Recurse
Pull Request -
State: closed - Opened by dmaskasky 10 months ago
- 7 comments
#29 - Recurse
Pull Request -
State: closed - Opened by dmaskasky 10 months ago
- 7 comments
#28 - The running timing of effect becomes random
Issue -
State: closed - Opened by hyoban 11 months ago
- 2 comments
#28 - The running timing of effect becomes random
Issue -
State: closed - Opened by hyoban 11 months ago
- 2 comments
#27 - feat: allow async infinite loops
Pull Request -
State: closed - Opened by dmaskasky 11 months ago
- 1 comment
#27 - feat: allow async infinite loops
Pull Request -
State: closed - Opened by dmaskasky 11 months ago
- 1 comment
#26 - Allow infinite loop behavior opt-in?
Issue -
State: closed - Opened by QWu4xYV 11 months ago
- 4 comments
#26 - Allow infinite loop behavior opt-in?
Issue -
State: closed - Opened by QWu4xYV 11 months ago
- 4 comments
#25 - atomEffect not running
Issue -
State: closed - Opened by derolf 11 months ago
- 9 comments
#25 - atomEffect not running
Issue -
State: closed - Opened by derolf 11 months ago
- 9 comments
#23 - fix: nested atomEffects should not infinite loop by remounting between computations
Pull Request -
State: closed - Opened by dmaskasky 11 months ago
- 3 comments
#23 - fix: nested atomEffects should not infinite loop by remounting between computations
Pull Request -
State: closed - Opened by dmaskasky 11 months ago
- 3 comments
#21 - nested atomEffects remount unexpectedly causing infinite loop
Issue -
State: closed - Opened by dmaskasky 11 months ago
- 9 comments
#21 - nested atomEffects remount unexpectedly causing infinite loop
Issue -
State: closed - Opened by dmaskasky 11 months ago
- 9 comments
#20 - test: github pipeline functionality
Pull Request -
State: closed - Opened by dmaskasky 12 months ago
- 1 comment
#20 - test: github pipeline functionality
Pull Request -
State: closed - Opened by dmaskasky 12 months ago
- 1 comment
#19 - chore: set jotai minimum version to `2.5.0`
Pull Request -
State: closed - Opened by himself65 about 1 year ago
#19 - chore: set jotai minimum version to `2.5.0`
Pull Request -
State: closed - Opened by himself65 about 1 year ago
#18 - fix: edge case on calling cleanup function
Pull Request -
State: closed - Opened by himself65 about 1 year ago
#18 - fix: edge case on calling cleanup function
Pull Request -
State: closed - Opened by himself65 about 1 year ago
#17 - Cleanup function not called in some edge cases
Issue -
State: closed - Opened by himself65 about 1 year ago
#17 - Cleanup function not called in some edge cases
Issue -
State: closed - Opened by himself65 about 1 year ago
#15 - How to use useResetAtom in atomEffect?
Issue -
State: closed - Opened by igwhaler about 1 year ago
- 3 comments
#15 - How to use useResetAtom in atomEffect?
Issue -
State: closed - Opened by igwhaler about 1 year ago
- 3 comments
#14 - fix: jotai v2.5.0 atomEffect should rerun on deps change in StrictMode
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 3 comments
#14 - fix: jotai v2.5.0 atomEffect should rerun on deps change in StrictMode
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 3 comments
#13 - effects not retriggering when deps change after [email protected]
Issue -
State: closed - Opened by dmaskasky about 1 year ago
#13 - effects not retriggering when deps change after [email protected]
Issue -
State: closed - Opened by dmaskasky about 1 year ago
#12 - fix: remove async support from effectFn and cleanupFn
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 3 comments
#12 - fix: remove async support from effectFn and cleanupFn
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 3 comments
#11 - test: add test case for vanilla store
Pull Request -
State: closed - Opened by himself65 about 1 year ago
- 1 comment
#11 - test: add test case for vanilla store
Pull Request -
State: closed - Opened by himself65 about 1 year ago
- 1 comment
#8 - Revert "fix: pass abort signal into effect"
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 1 comment
#8 - Revert "fix: pass abort signal into effect"
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 1 comment
#7 - fix: pass abort signal into effect
Pull Request -
State: closed - Opened by himself65 about 1 year ago
- 10 comments
#7 - fix: pass abort signal into effect
Pull Request -
State: closed - Opened by himself65 about 1 year ago
- 10 comments
#6 - update docs and enable all tests
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 2 comments
#6 - update docs and enable all tests
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 2 comments
#5 - refactor atomEffect out of preference
Pull Request -
State: closed - Opened by dai-shi about 1 year ago
- 1 comment
#5 - refactor atomEffect out of preference
Pull Request -
State: closed - Opened by dai-shi about 1 year ago
- 1 comment
#4 - setSelf does not cause rerender when setting an atom that atomEffect is watching
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 1 comment
#4 - setSelf does not cause rerender when setting an atom that atomEffect is watching
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 1 comment
#3 - Refactor/atom effect 2
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 2 comments
#3 - Refactor/atom effect 2
Pull Request -
State: closed - Opened by dmaskasky about 1 year ago
- 2 comments
#2 - refactor: atomEffect without dependencyMap
Pull Request -
State: closed - Opened by dai-shi about 1 year ago
- 9 comments
#2 - refactor: atomEffect without dependencyMap
Pull Request -
State: closed - Opened by dai-shi about 1 year ago
- 9 comments
#1 - migrate to pnpm and simplify configs
Pull Request -
State: closed - Opened by dai-shi about 1 year ago
- 1 comment
#1 - migrate to pnpm and simplify configs
Pull Request -
State: closed - Opened by dai-shi about 1 year ago
- 1 comment