Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
jotai
Developing primitive, flexible state management for React
Collective -
Host: opensource -
https://opencollective.com/jotai
- Code: https://github.com/pmndrs/jotai
fix(tests): add memory leak tests
github.com/pmndrs/jotai - backbone87 opened this pull request 9 months ago
github.com/pmndrs/jotai - backbone87 opened this pull request 9 months ago
docs(devtools): link migration guide + update examples
github.com/pmndrs/jotai - arjunvegda opened this pull request 9 months ago
github.com/pmndrs/jotai - arjunvegda opened this pull request 9 months ago
import hooks from jotai-devtools/utils instead of jotai-devtools
github.com/pmndrs/jotai - do7be opened this pull request 9 months ago
github.com/pmndrs/jotai - do7be opened this pull request 9 months ago
chore(tests): add async atom cases
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
chore(tests): add test for useAtom types
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
bulk update for splitAtom
github.com/pmndrs/jotai - zolboo-gtn opened this pull request 9 months ago
github.com/pmndrs/jotai - zolboo-gtn opened this pull request 9 months ago
chore(tests): refactor memory leak tests and add some more tests
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
fix: lazyMap on `atomWithLazy`
github.com/pmndrs/jotai - himself65 opened this pull request 9 months ago
github.com/pmndrs/jotai - himself65 opened this pull request 9 months ago
fix(utils): dev-only deprecation message
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
chore: old ts versions to test in ci
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
fix(store): remove dev3 methods and add dev4 methods only in store2
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
fix(babel): do not depend on path
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
fix: expose internal devstore types
github.com/pmndrs/jotai - arjunvegda opened this pull request 9 months ago
github.com/pmndrs/jotai - arjunvegda opened this pull request 9 months ago
chore(deps): update dev dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
Investigate and fix possible memory leaks in `store2`
github.com/pmndrs/jotai - dai-shi opened this issue 9 months ago
github.com/pmndrs/jotai - dai-shi opened this issue 9 months ago
fix(utils): improve freezeAtom and freezeAtomCreator
github.com/pmndrs/jotai - backbone87 opened this pull request 9 months ago
github.com/pmndrs/jotai - backbone87 opened this pull request 9 months ago
new store dev methods (rev3)
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
chore(deps): update dev dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
feat(utils): atomWithLazy for lazily initialized primitive atoms.
github.com/pmndrs/jotai - iwoplaza opened this pull request 9 months ago
github.com/pmndrs/jotai - iwoplaza opened this pull request 9 months ago
New store implementation as `store2.ts`
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
fix(vanilla): improve dual instance warning in DEV
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
Idea: lazy initialization for primitive atoms
github.com/pmndrs/jotai - dai-shi opened this issue 10 months ago
github.com/pmndrs/jotai - dai-shi opened this issue 10 months ago
refactor(vanilla): moved (un)mount guards into their respective functions. (suggestion)
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
chore(deps): update dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
fix(utils): atomWithStorage to always run onMount
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
Nextjs 14 app router webpack error
github.com/pmndrs/jotai - pedrosousa13 opened this issue 10 months ago
github.com/pmndrs/jotai - pedrosousa13 opened this issue 10 months ago
fix(vanilla): store should flush pending write triggered asynchronously and indirectly
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
fix(vanilla): store should notify subscriber if subscribing causes the value to change
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
fix(store2): "stuck" derived atoms where some derivations may never resolve
github.com/pmndrs/jotai - backbone87 opened this pull request 10 months ago
github.com/pmndrs/jotai - backbone87 opened this pull request 10 months ago
fix(utils): make 'atomWithStorage' behave as expected when store changes.
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
docs: add refreshing functionality to tRPC code example
github.com/pmndrs/jotai - tien opened this pull request 10 months ago
github.com/pmndrs/jotai - tien opened this pull request 10 months ago
docs: using createStore to interact with atoms outside React
github.com/pmndrs/jotai - ashuvssut opened this pull request 10 months ago
github.com/pmndrs/jotai - ashuvssut opened this pull request 10 months ago
Update atom-with-toggle-and-storage.mdx
github.com/pmndrs/jotai - NehalDamania opened this pull request 10 months ago
github.com/pmndrs/jotai - NehalDamania opened this pull request 10 months ago
Update atom-with-toggle.mdx
github.com/pmndrs/jotai - NehalDamania opened this pull request 10 months ago
github.com/pmndrs/jotai - NehalDamania opened this pull request 10 months ago
[Proposal] new atom history utils
github.com/pmndrs/jotai - dmaskasky opened this pull request 10 months ago
github.com/pmndrs/jotai - dmaskasky opened this pull request 10 months ago
fix(website): add scroll overflow
github.com/pmndrs/jotai - sandren opened this pull request 10 months ago
github.com/pmndrs/jotai - sandren opened this pull request 10 months ago
[BREAKING] selectAtom does not resolve promises internally
github.com/pmndrs/jotai - dmaskasky opened this pull request 10 months ago
github.com/pmndrs/jotai - dmaskasky opened this pull request 10 months ago
fix(website): hide menu overlay properly
github.com/pmndrs/jotai - rothsandro opened this pull request 10 months ago
github.com/pmndrs/jotai - rothsandro opened this pull request 10 months ago
chore(deps): update dev dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
atomWithStorage not working in ReactNative
github.com/pmndrs/jotai - ahdam opened this issue 10 months ago
github.com/pmndrs/jotai - ahdam opened this issue 10 months ago
build: change rollup target to ES2018
github.com/pmndrs/jotai - amirhhashemi opened this pull request 10 months ago
github.com/pmndrs/jotai - amirhhashemi opened this pull request 10 months ago
fix(types): withStorageValidator
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
fix(utils): make 'unwrap' and 'loadable' able to access async atom's resolved value immediately
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
github.com/pmndrs/jotai - iwoplaza opened this pull request 10 months ago
chore(tests): suppress logs
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
chore(deps): update dev dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
fix(types): fix withStorageValidator type
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
docs: add DevTool's new position prop
github.com/pmndrs/jotai - arjunvegda opened this pull request 11 months ago
github.com/pmndrs/jotai - arjunvegda opened this pull request 11 months ago
fix: atomWithDefault type check
github.com/pmndrs/jotai - Qquanwei opened this pull request 11 months ago
github.com/pmndrs/jotai - Qquanwei opened this pull request 11 months ago
feat(website): UI/UX improvements
github.com/pmndrs/jotai - sandren opened this pull request 11 months ago
github.com/pmndrs/jotai - sandren opened this pull request 11 months ago
Jotai suspends unnecessarily when a fullfilled promise is used by a derived atom
github.com/pmndrs/jotai - scamden opened this issue 11 months ago
github.com/pmndrs/jotai - scamden opened this issue 11 months ago
docs(effect): add recipe for useAtomEffect
github.com/pmndrs/jotai - dmaskasky opened this pull request 11 months ago
github.com/pmndrs/jotai - dmaskasky opened this pull request 11 months ago
refactor: make `pendingMap` a WeakMap for better memory management
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
Confusing example in documentation
github.com/pmndrs/jotai - imMatheus opened this issue 11 months ago
github.com/pmndrs/jotai - imMatheus opened this issue 11 months ago
docs: clarify getOnInit being false
github.com/pmndrs/jotai - henrikvilhelmberglund opened this pull request 11 months ago
github.com/pmndrs/jotai - henrikvilhelmberglund opened this pull request 11 months ago
fix(types): useAtom with one type argument for primitive atoms
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
Try Preview in LiveCodes workflow
github.com/pmndrs/jotai - hatemhosny opened this pull request 11 months ago
github.com/pmndrs/jotai - hatemhosny opened this pull request 11 months ago
add livecodes preview workflow
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
RFC: Add `atomWithRefresh` in `jotai/utils`
github.com/pmndrs/jotai - dai-shi opened this issue 11 months ago
github.com/pmndrs/jotai - dai-shi opened this issue 11 months ago
docs(effect): add section for get.peek api and clean up wording
github.com/pmndrs/jotai - dmaskasky opened this pull request 11 months ago
github.com/pmndrs/jotai - dmaskasky opened this pull request 11 months ago
chore(deps): update dev dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
fix(vanilla): fix unexpected cache in jotai-scope
github.com/pmndrs/jotai - yf-yang opened this pull request 11 months ago
github.com/pmndrs/jotai - yf-yang opened this pull request 11 months ago
test: add infinite pending test
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
docs(effect): add section for recurse api and clean up wording
github.com/pmndrs/jotai - dmaskasky opened this pull request 11 months ago
github.com/pmndrs/jotai - dmaskasky opened this pull request 11 months ago
Improve performance of recomputeDependents
github.com/pmndrs/jotai - samkline opened this pull request 11 months ago
github.com/pmndrs/jotai - samkline opened this pull request 11 months ago
(Testing) HydrateAtoms component resets atoms when using multiple initial values
github.com/pmndrs/jotai - MatheusPires99 opened this issue 11 months ago
github.com/pmndrs/jotai - MatheusPires99 opened this issue 11 months ago
Refactoring store and options type
github.com/pmndrs/jotai - ssi02014 opened this pull request 12 months ago
github.com/pmndrs/jotai - ssi02014 opened this pull request 12 months ago
chore(deps): update dev dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
docs: fix atomWithListeners example
github.com/pmndrs/jotai - sakurawen opened this pull request 12 months ago
github.com/pmndrs/jotai - sakurawen opened this pull request 12 months ago
fix(website/home): Configuration section copyedit
github.com/pmndrs/jotai - JoltCode opened this pull request 12 months ago
github.com/pmndrs/jotai - JoltCode opened this pull request 12 months ago
feat(vanilla): customizable atom.unstable_is
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
fix(utils/atomWithStorage): defaultStorage with disabled local storage crashes on mount
github.com/pmndrs/jotai - benediktschlager opened this pull request 12 months ago
github.com/pmndrs/jotai - benediktschlager opened this pull request 12 months ago
feat(vanilla): Add a hack for jotai-scope
github.com/pmndrs/jotai - yf-yang opened this pull request 12 months ago
github.com/pmndrs/jotai - yf-yang opened this pull request 12 months ago
fix(utils): atomWithReducer for jotai-scope
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
fix: atoms should not remount on recalculations (with async dependencies)
github.com/pmndrs/jotai - dmaskasky opened this pull request 12 months ago
github.com/pmndrs/jotai - dmaskasky opened this pull request 12 months ago
chore(deps): update dev dependencies
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
chore(docs): remove obsolete section in persistence guide
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
feat(react): add new hook `useAtomValueMemo`
github.com/pmndrs/jotai - himself65 opened this pull request 12 months ago
github.com/pmndrs/jotai - himself65 opened this pull request 12 months ago
feat(utils): add withStorageValidator
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago