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

Another approach on Sync Effect

github.com/pmndrs/jotai - dmaskasky opened this pull request 3 days ago
feat(website): docs menu

github.com/pmndrs/jotai - sandren opened this pull request 4 days ago
feat: add hook for atom mount and unmount

github.com/pmndrs/jotai - dmaskasky opened this pull request 6 days ago
Sub priority

github.com/pmndrs/jotai - dmaskasky opened this pull request 9 days ago
alternate implementation for #2801

github.com/pmndrs/jotai - dai-shi opened this pull request 13 days ago
[INTERNAL] Add batch to listeners

github.com/pmndrs/jotai - dmaskasky opened this pull request 13 days ago
fix: resolve conflicting redirects

github.com/pmndrs/jotai - sandren opened this pull request 13 days ago
chore(deps): update dev dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request 13 days ago
Fix: update examples

github.com/pmndrs/jotai - leweyse opened this pull request 16 days ago
chore(tests): eliminate rtl patch

github.com/pmndrs/jotai - dai-shi opened this pull request 17 days ago
fix(store): refactor batch priority

github.com/pmndrs/jotai - dmaskasky opened this pull request 17 days ago
chore(test): dev store method

github.com/pmndrs/jotai - dai-shi opened this pull request 18 days ago
chore(eslint): migrate .eslintrc to eslint.config.js

github.com/pmndrs/jotai - sukvvon opened this pull request 19 days ago
fix(store): robust flush batch

github.com/pmndrs/jotai - dmaskasky opened this pull request 19 days ago
feat: new starter example

github.com/pmndrs/jotai - leweyse opened this pull request 19 days ago
refactor(store): rename pending to batch

github.com/pmndrs/jotai - dai-shi opened this pull request 20 days ago
[Not For Merge] alternate impl for #2827

github.com/pmndrs/jotai - dai-shi opened this pull request 20 days ago
chore(deps): update dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request 20 days ago
docs(*): change 'npm i' to 'npm install'

github.com/pmndrs/jotai - sukvvon opened this pull request 20 days ago
chore: pkg.pr.new

github.com/pmndrs/jotai - Aslemammad opened this pull request 21 days ago
chore(.eslintrc.json): remove prettier in extends

github.com/pmndrs/jotai - sukvvon opened this pull request 23 days ago
chore(.github/workflows): unify format style

github.com/pmndrs/jotai - sukvvon opened this pull request 23 days ago
[idea] add pending to `store.unstable_derive`

github.com/pmndrs/jotai - dmaskasky opened this pull request 25 days ago
chore: bump to react@19

github.com/pmndrs/jotai - himself65 opened this pull request 25 days ago
feat: dev store with unstable_derive

github.com/pmndrs/jotai - dai-shi opened this pull request 25 days ago
fix(store): do not recompute unmounted atoms eagerly

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 month ago
chore(vitest): update vitest config

github.com/pmndrs/jotai - dbritto-dev opened this pull request about 1 month ago
deep peek in write function

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 month ago
fix(workflow): ecosystem-ci

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 month ago
Type issues when using `createStore` in TS

github.com/pmndrs/jotai - motistudio opened this issue about 1 month ago
add ecosystem-ci workflow

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 month ago
[DO NOT MERGE] try Kahn's toposort

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 month ago
docs: improve babel page

github.com/pmndrs/jotai - rmillio opened this pull request about 2 months ago
fix(website): fix doc site sidebar is not displayed

github.com/pmndrs/jotai - zakke27 opened this pull request about 2 months ago
chore(deps): update dev dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request about 2 months ago
feat(website): UI/UX improvements

github.com/pmndrs/jotai - sandren opened this pull request about 2 months ago
lazy recomputeDependents

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
[Idea] tweak atom type naming

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
Add test "Atom graph supports cycles"

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
refactor(core): Use iterative approach in recompute dependents

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
fix: rethrow falsy errors thrown in flushPending

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
fix: flush pending finally everywhere

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
Fix/flush pending finally everywhere 2

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
Fix/flush pending finally everywhere

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
fix: onMount setSelf does not notify listeners

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
fix/flush pending async onmount finally

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
fix: setAtom uses stale pending on atom unmount

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
add test for flushPending

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
test: add jest-dom matchers and eslint plugin

github.com/pmndrs/jotai - kretajak opened this pull request about 2 months ago
chore(deps): update dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request about 2 months ago
Updated `location.mdx` regarding `atomWithLocation` instances

github.com/pmndrs/jotai - yairEO opened this pull request about 2 months ago
fix: flushPending in async write

github.com/pmndrs/jotai - dai-shi opened this pull request about 2 months ago
test: use @vitest/eslint-plugin

github.com/pmndrs/jotai - kretajak opened this pull request about 2 months ago
docs: fix typo in Immer

github.com/pmndrs/jotai - ryoku4 opened this pull request about 2 months ago
`atom.INTERNAL_onInit` hook to support sync effects

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
[Not For Merge]: synchronous effects experiment

github.com/pmndrs/jotai - dmaskasky opened this pull request about 2 months ago
Util RFC: `derivedAtomWithCompare`

github.com/pmndrs/jotai - kevinschaich opened this issue 2 months ago
test: use screen exposed by React Testing Library

github.com/pmndrs/jotai - kretajak opened this pull request 2 months ago
test: calculate coverage for src files only

github.com/pmndrs/jotai - kretajak opened this pull request 2 months ago
test: improve code coverage for atomWithDefault

github.com/pmndrs/jotai - kretajak opened this pull request 2 months ago
docs: Fix typo in useAtomEffect doc

github.com/pmndrs/jotai - romain-trotard opened this pull request 3 months ago
Throw error on `useAtom(undefined)` or `useAtom(null)`

github.com/pmndrs/jotai - kevinschaich opened this pull request 3 months ago
emulation of use() hook

github.com/pmndrs/jotai - uniho opened this issue 3 months ago
fix(provider): make react compiler happy

github.com/pmndrs/jotai - dai-shi opened this pull request 3 months ago
chore(deps): update dev dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request 3 months ago
Is that pure?

github.com/pmndrs/jotai - uniho opened this issue 3 months ago
docs: improve AsyncStorage notes wording

github.com/pmndrs/jotai - midzdotdev opened this pull request 3 months ago
docs: fix typo

github.com/pmndrs/jotai - jaycho46 opened this pull request 3 months ago
docs: update family.mdx grammar

github.com/pmndrs/jotai - nguyenbry opened this pull request 3 months ago
docs: add a note for useHydrateAtoms client code usage

github.com/pmndrs/jotai - KagamiChan opened this pull request 3 months ago
test(dependency): Improve test coverage

github.com/pmndrs/jotai - ts1994tw opened this pull request 3 months ago
TS 4058 error

github.com/pmndrs/jotai - shlroland opened this issue 3 months ago
feat: use React 19 `use` in `useStore` api

github.com/pmndrs/jotai - himself65 opened this pull request 3 months ago
Fix/unstable derive - add more tests

github.com/pmndrs/jotai - dmaskasky opened this pull request 3 months ago
chore(deps): update dev dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request 4 months ago
fix(core): recompute dependents in edge cases

github.com/pmndrs/jotai - dai-shi opened this pull request 4 months ago
fix(unstable_derive): trap atom methods

github.com/pmndrs/jotai - dai-shi opened this pull request 4 months ago
feat(docs): update docs for jotai-history

github.com/pmndrs/jotai - dmaskasky opened this pull request 4 months ago
feat(docs): update docs for jotai-effect

github.com/pmndrs/jotai - dmaskasky opened this pull request 4 months ago