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

chore(docs): show only npm install

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

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

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

github.com/pmndrs/jotai - nogaten opened this pull request about 1 year ago
chore: benchmarks

github.com/pmndrs/jotai - L-Qun opened this pull request about 1 year ago
fix #2314

github.com/pmndrs/jotai - nogaten opened this pull request about 1 year ago
mount is executed twice

github.com/pmndrs/jotai - nogaten opened this issue about 1 year ago
fix: benchmarks

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

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

github.com/pmndrs/jotai - MiroslavPetrik opened this pull request about 1 year ago
fix(utils): add init property to the return type of atomWithReset

github.com/pmndrs/jotai - jaesoekjjang opened this pull request about 1 year ago
atomWithCache debugLabel issue

github.com/pmndrs/jotai - ajdiyassin opened this issue about 1 year ago
docs: fix dispatchAtom example

github.com/pmndrs/jotai - benson00077 opened this pull request about 1 year ago
Update initialize-atom-on-render.mdx

github.com/pmndrs/jotai - ioExpander opened this pull request about 1 year ago
ci: add typescript 5.3.2

github.com/pmndrs/jotai - himself65 opened this pull request about 1 year ago
feat(build): only exports `vanilla` in React Server Component

github.com/pmndrs/jotai - himself65 opened this pull request about 1 year ago
docs: update `atom.mdx`

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

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

github.com/pmndrs/jotai - Kamahl19 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
feat(docs/website): move integrations to extensions

github.com/pmndrs/jotai - sandren opened this pull request about 1 year ago
docs: add `ai.mdx`

github.com/pmndrs/jotai - himself65 opened this pull request about 1 year ago
chore: revise Prettier config

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

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

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

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

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

github.com/pmndrs/jotai - himself65 opened this pull request about 1 year ago
Apply publint recommendations

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

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

github.com/pmndrs/jotai - dai-shi opened this pull request about 1 year ago
useHydrateAtoms conflicts with useAtomsDebugValue

github.com/pmndrs/jotai - yf-yang opened this issue about 1 year ago
docs: add a warning for selectAtom

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

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

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

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

github.com/pmndrs/jotai - dmaskasky opened this pull request about 1 year 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 over 1 year ago
docs: use correct pnpm command

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

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

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

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

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

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

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

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

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

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

github.com/pmndrs/jotai - tmkx opened this pull request over 1 year ago
feat(website): improve table of contents

github.com/pmndrs/jotai - sandren opened this pull request over 1 year ago
fix: text overflow under Recipes section in introduction page

github.com/pmndrs/jotai - Aslemammad opened this pull request over 1 year ago
chore(tests/utils): suppress error boundary error log

github.com/pmndrs/jotai - tmkx opened this pull request over 1 year ago
fix(vanilla): should update derived atoms during write

github.com/pmndrs/jotai - dai-shi opened this pull request over 1 year ago
docs: add atomWithBroadcast and remove subheadings

github.com/pmndrs/jotai - gerzonc opened this pull request over 1 year ago
docs: fix atomWithBroadcast description

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

github.com/pmndrs/jotai - dai-shi opened this pull request over 1 year ago
feat(atomFamily): exposed keys of an atomFamily

github.com/pmndrs/jotai - kacper-olszanski opened this pull request over 1 year ago
docs: update location integration docs

github.com/pmndrs/jotai - ilyapopovs opened this pull request over 1 year ago
fix(vanilla): should recompute state after onMount

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