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

docs: fix atomWithListeners example

github.com/pmndrs/jotai - sakurawen opened this pull request 9 months ago
fix(website/home): Configuration section copyedit

github.com/pmndrs/jotai - JoltCode opened this pull request 9 months ago
feat(vanilla): customizable atom.unstable_is

github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
feat(vanilla): Add a hack for jotai-scope

github.com/pmndrs/jotai - yf-yang opened this pull request 9 months ago
fix(utils): atomWithReducer for jotai-scope

github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
Atoms remount on recalculations

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

github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
feat(react): add new hook `useAtomValueMemo`

github.com/pmndrs/jotai - himself65 opened this pull request 9 months ago
feat(utils): add withStorageValidator

github.com/pmndrs/jotai - dai-shi opened this pull request 9 months ago
chore(docs): show only npm install

github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
feat(utils): createJSONStrage options

github.com/pmndrs/jotai - dai-shi opened this pull request 10 months ago
add configuration for vite react-wsc

github.com/pmndrs/jotai - SpringHgui opened this pull request 10 months ago
fix(vanilla): should mount once with atom creator atom

github.com/pmndrs/jotai - nogaten opened this pull request 10 months ago
chore: benchmarks

github.com/pmndrs/jotai - L-Qun opened this pull request 10 months ago
fix #2314

github.com/pmndrs/jotai - nogaten opened this pull request 10 months ago
mount is executed twice

github.com/pmndrs/jotai - nogaten opened this issue 10 months ago
fix: benchmarks

github.com/pmndrs/jotai - dai-shi 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
docs: update suspense badge

github.com/pmndrs/jotai - himself65 opened this pull request 10 months ago
fix(utils): add description for the RESET symbol.

github.com/pmndrs/jotai - MiroslavPetrik opened this pull request 10 months ago
atomWithCache debugLabel issue

github.com/pmndrs/jotai - ajdiyassin opened this issue 11 months ago
docs: fix dispatchAtom example

github.com/pmndrs/jotai - benson00077 opened this pull request 11 months ago
Update initialize-atom-on-render.mdx

github.com/pmndrs/jotai - ioExpander opened this pull request 11 months ago
ci: add typescript 5.3.2

github.com/pmndrs/jotai - himself65 opened this pull request 11 months ago
docs: update `atom.mdx`

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

github.com/pmndrs/jotai - wherehows opened this pull request 11 months ago
Vite 5 / Rollup 4 build warning in v2.6.0

github.com/pmndrs/jotai - Kamahl19 opened this issue 11 months ago
chore(deps): update dev dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
feat(docs/website): move integrations to extensions

github.com/pmndrs/jotai - sandren opened this pull request 11 months ago
docs: add `ai.mdx`

github.com/pmndrs/jotai - himself65 opened this pull request 11 months ago
chore: revise Prettier config

github.com/pmndrs/jotai - sandren opened this pull request 11 months ago
feat(utils): getOnInit option for atomWithStorage

github.com/pmndrs/jotai - dai-shi opened this pull request 11 months ago
test(splitAtom): moving first item to the end

github.com/pmndrs/jotai - MiroslavPetrik 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
docs(effect): add async section and clean up wording

github.com/pmndrs/jotai - dmaskasky opened this pull request 12 months ago
fix(utils): useHydrateAtoms type

github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
fix: primitive atom should always have `init` value

github.com/pmndrs/jotai - himself65 opened this pull request 12 months ago
Apply publint recommendations

github.com/pmndrs/jotai - dbritto-dev opened this pull request 12 months ago
fix(utils): unwrap may not return previous value

github.com/pmndrs/jotai - satoren opened this pull request 12 months ago
docs: add a warning for setSelf

github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
docs: add a warning for selectAtom

github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
fix(docs): update jotai-scope v0.4.0 usage

github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
fix(docs): follow jotai-scope v0.3.0

github.com/pmndrs/jotai - dai-shi 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
refactor(vanilla): simplify conditions

github.com/pmndrs/jotai - dai-shi opened this pull request 12 months ago
fix(vanilla): deal with promise resolving race condition

github.com/pmndrs/jotai - dmaskasky opened this pull request 12 months ago
wip: delay micro task after promise resolving

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 year ago
`loadable` seems to tear

github.com/pmndrs/jotai - dmaskasky opened this issue about 1 year ago
Doc atom effect no async

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year ago
doc: update atom-effect docs

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year ago
feat(vanilla): prefer using `this` for atom config

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 year ago
Updated readme.md

github.com/pmndrs/jotai - HimajPatil opened this pull request about 1 year ago
bug: remove extra title in jotai-effect doc

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year ago
doc: Add README for Jotai's Effect utility

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year ago
doc: Update examples for Immer and Valtio

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year ago
doc: Update terminology 'Integrations' to 'Extensions'

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year ago
jotai-recoil issue since 2.3.0+

github.com/pmndrs/jotai - dai-shi opened this issue about 1 year ago
Can atomFamily add a cache strategy?

github.com/pmndrs/jotai - lucasllin opened this issue about 1 year ago
docs(jotai-valtio): add API section to docs

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year ago
feat(docs): scope integration

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 year ago
docs: use correct pnpm command

github.com/pmndrs/jotai - ilyasmez opened this pull request about 1 year ago
chore(deps): update dev dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 year ago
Fix documentation for useAtomCallback.

github.com/pmndrs/jotai - stevemolitor opened this pull request about 1 year ago
Update index.js react-refresh document

github.com/pmndrs/jotai - Crayon-ShinChan opened this pull request about 1 year ago
chore: remove unused package

github.com/pmndrs/jotai - himself65 opened this pull request about 1 year ago
fix: improve type

github.com/pmndrs/jotai - himself65 opened this pull request about 1 year ago
fix(utils): export `Loadable` type with utils

github.com/pmndrs/jotai - jeerbl opened this pull request about 1 year ago
Jotai async atom not working with expo-router

github.com/pmndrs/jotai - smontlouis opened this issue about 1 year ago
Type Error while using useHydrateAtoms

github.com/pmndrs/jotai - meotimdihia opened this issue about 1 year ago
chore(deps): update dev dependencies

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 year ago
chore: fix ide complaints

github.com/pmndrs/jotai - tmkx opened this pull request about 1 year ago