Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pmndrs/zustand

🐻 Bear necessities for state management in React
https://github.com/pmndrs/zustand

Invalid example (#1539)

Add missing close parenthesis on Zustand example

2274eb90b206abe9a0c6218f33d0ea9cb66cd62c authored almost 2 years ago by CatMonster <[email protected]>
Add zustand-di (#1532)

Add zustand-di third-party package in anticipation of `createContext` from `zustand/context` bei...

3c03e40f93e20eb28ab50fc84a7e64af92bf63c5 authored almost 2 years ago by Charles Kornoelje <[email protected]>
docs: add migration example in v3 create context (#1524)

* docs: add migration example in v3 create context

* fix markdown

* minor fix

55d0c3aec9fbca9d56432f39abba08f7b90e7edb authored almost 2 years ago by Daishi Kato <[email protected]>
4.3.1

013a1ca5ff7183924ce8500f66dee42b30e240e3 authored almost 2 years ago by daishi <[email protected]>
chore: show deprecated message only in DEV (#1523)

f607260a64469890049bc0d660dac10d8090b4bd authored almost 2 years ago by Daishi Kato <[email protected]>
4.3.0

a1d40349078149db51ae5d657680ec816c6880ab authored almost 2 years ago by daishi <[email protected]>
chore(deps): update dev dependencies (#1522)

* chore(deps): update dev dependencies

* fix prettier

65290ba9cb7c53c62dc781cf6b65e523e1f8149c authored almost 2 years ago by Daishi Kato <[email protected]>
fix(middleware/persist): hydrate in sync (new impl with storage option) (#1518)

* fix tests to use storage option

* fix the impl

a5a8f28999bc6a6751fcf396a463dce0bb6dcc88 authored almost 2 years ago by Daishi Kato <[email protected]>
doc: update documentation of persist (#1512)

* update documentation of persist to include how to handle Map and Set with the new persist API
...

725c2c0cc08df936f42a52e3df3dec76780a6e01 authored almost 2 years ago by William <[email protected]>
feat: deprecate default export (#1514)

0b55a3d74b598aba2e41b09854e9237a4ce0f990 authored almost 2 years ago by Daishi Kato <[email protected]>
feat: deprecate some APIs toward v5 (#1403)

* feat: deprecate some APIs toward v5

* update docs

7d32f9c7c918412902986aa143ea26ef41ac586d authored almost 2 years ago by Daishi Kato <[email protected]>
Update persist documentation for `storage` (#1521)

This replaces `getStorage` with `storage`.

This PR raises two questions:
- Should we write d...

86c5016e28f254e830c489b32a4b982be368656d authored almost 2 years ago by Charles Kornoelje <[email protected]>
Revise v4 migrations doc page (#1507)

* docs(#1220): rephrase introduction to v4 migration

* docs(#1220): rephrase create function ...

820dbd35eabc36d0117e3ac9ee9c1cb36336e88e authored almost 2 years ago by Blazej Sewera <[email protected]>
fix a badge

0ef5d1e81be9c953c20b60aed416a7662bf31d89 authored almost 2 years ago by daishi <[email protected]>
docs: Fixed minor grammar & typo issues (#1502)

f01d5afc87e42c8f666c64f03146ab2f8bb8afa4 authored almost 2 years ago by Adil Ismail <[email protected]>
4.2.0

e2e383ec321ca7f6a2125d7d044280b344447d75 authored almost 2 years ago by daishi <[email protected]>
chore(deps): update dev dependencies (#1501)

94d0384280183c0883b685e549b9e342924fd539 authored almost 2 years ago by Daishi Kato <[email protected]>
disable esModule and re-export for nodejs (#1486)

dcc8b60c791f2e58e4c59f1c8a9bf66c193ec0f5 authored almost 2 years ago by reaper <[email protected]>
feat(middleware/persist): new storage option (#1463)

* feat(middleware/persist): new storage option

* fix typo

1e986ec97fe47b2ba6e8fd99bc31cfbcd452a931 authored almost 2 years ago by Daishi Kato <[email protected]>
feat(middleware/devtools): Better redux devtools. One connection for all zustand stores (#1435)

* add example project for zustand devonly devtools with better rewind feature of redux devtools
...

633c7dd7af152923e14550c249882d6c1c553bfe authored almost 2 years ago by Paul Pavlo Buidenkov <[email protected]>
Update bug_report.md

a94941dce3317a1534e07192705b5ad58b6bf191 authored almost 2 years ago by Daishi Kato <[email protected]>
Revise Persisting store data doc page (#1497)

* docs(#1220): revise persisting-store-data page

- add cross-links
- add line breaks for eas...

a8c98d6c546579f80cbf62fce876d16b450779d5 authored almost 2 years ago by Blazej Sewera <[email protected]>
Update how to reset state doc (#1495)

* Update how to reset state doc

* Minor fixes

* Minor changes

* Minor changes

* Mino...

b8850550cbb54b1eb26d4339a79dfcd03841f2a9 authored almost 2 years ago by Danilo Britto <[email protected]>
docs(#1220): revise immer middleware page (#1479)

- fix case in naming,
- check if the code snippets are up-to-date

4a99653967bd0ada4ed1a4bd77dc64eefdaf98ff authored about 2 years ago by Blazej Sewera <[email protected]>
Revise the third-party libraries documentation page (#1478)

* docs(#1220): third-party libraries page revision

- Make Zustand name always start from a ca...

b1cea640c82b0cdc2b225502230b1c23e4977c81 authored about 2 years ago by Blazej Sewera <[email protected]>
Update updating-draft-states.md (#1476)

grammer

86c1985191f08d0d356c0e594bf1d1d80c7ae921 authored about 2 years ago by Shivom Srivastava <[email protected]>
4.1.5

0736a1c8bb54f5af3a5abc9ac043cf3abfc83004 authored about 2 years ago by daishi <[email protected]>
chore(deps): update dev dependencies (#1467)

* chore(deps): update dev dependencies

* patch for older ts

60b7458179acd865713410320941d36bcb72ef03 authored about 2 years ago by Daishi Kato <[email protected]>
Fix: Programmatic `module.exports` addition for named and default exports in CJS (#1460)

* experimental export patch

patches the base index file to export the default as classic
nod...

e3d738f38500be92c68335329b3fc635197f3de1 authored about 2 years ago by reaper <[email protected]>
ref: replace hardcoded types with StoreApi type (#1459)

Add binding of createStoreImpl methods types to StoreApi without hardcoding.
Makes it easier to...

d53f92d827bf4d45d93b384792d317f5535f248e authored about 2 years ago by Nurbol <[email protected]>
feat(shallow): Add support of Maps and Sets to shallow comparator (#1451)

* Add support of Maps and Sets to shallow comparator.

* Update src/shallow.ts

Co-authored-...

ed526d074b12ad11274850532d406e0305a1e60f authored about 2 years ago by Anton <[email protected]>
fix: do not use optional catch binding syntax (#1431)

f548963992f367f8ee3348364122f8830788ca39 authored about 2 years ago by M. Skrzypek <[email protected]>
Update 3rd-party-libraries.md (#1465)

7f79df4b04714d13ce6c40f48cd7c076b7a5b226 authored about 2 years ago by Daishi Kato <[email protected]>
fix(docs): Fix 'State' declaration position (#1438)

* Fix 'State' declaration position

* Update auto-generating-selectors.md

Update pr with re...

47b2b64e5263e8d328f38eda88b9a049f25c1058 authored about 2 years ago by hicucu <[email protected]>
fix(docs): fix to -> do typo (#1453)

bf9d0922fe9292c2399b9594eafe9304016b52d9 authored about 2 years ago by Eugene Chybisov <[email protected]>
addAFish should ref 'fishes', not 'fish' (#1428)

2b29d736841dc7b3fd7dec8cbfea50fee7295974 authored about 2 years ago by Ron Jones <[email protected]>
Update 3rd-party-libraries.md (#1426)

Adds my zustand-computed library, which is updated to match the latest API version and supports ...

d81ac58b15f13d5b0fb46b31ca9e56f36637fe98 authored about 2 years ago by Christian van der Loo <[email protected]>
bumped zustand to latest version (4.1.4) in auto gen selectors doc (#1412)

975185011e927c72126c875b9f1d9d249c5eb728 authored about 2 years ago by Joel Mathew Koshy <[email protected]>
Docs: added section in slices-pattern explaining how to affect multiple stores in one function (#1404)

* added section in slices-pattern.md explaining how to have a function change multiple stores to...

a1d228767fb549cf2eae1174aa804d9453eedc4d authored about 2 years ago by Joel Mathew Koshy <[email protected]>
chore: add issue template (#1411)

8329bbfa5ffd658700cd02f4a3c4cacb1c6bd64f authored about 2 years ago by Daishi Kato <[email protected]>
docs(typescript): highlight the extra parenthesis for `create` (#1410)

* docs(typescript): highlight the extra parenthesis for `create`

* fix typo

ea8415b98d4cba03defcfb23ccb1482ce1cd4540 authored about 2 years ago by Devansh Jethmalani <[email protected]>
Persisting store doc href hash fixes and tweaks (#1398)

* chore(docs): Fix casing in Persist middleware docs

* docs: Remove unhelpful 'see below' and...

d3596a6a738029df506486d34c09f7a63bb4cd1e authored about 2 years ago by Will McBride <[email protected]>
4.1.4

c2248fd56ae225f80c757eb029514eddffaee2e5 authored about 2 years ago by daishi <[email protected]>
chore(deps): update dev dependencies (#1402)

b81adbb6a3a48672aeea155497828699ed05417b authored about 2 years ago by Daishi Kato <[email protected]>
fix(build): no import.meta for "module" condition (#1393)

* fix(build): no import.meta for "module" condition

* be consistent with others

20ee6e9633ffc6890e121e6204f927c4074c7e35 authored about 2 years ago by Daishi Kato <[email protected]>
fix(build): use *.d.mts for esm ('import' condition only) (#1387)

* d.mts for esm

* copy instead of rename

* limit for relative paths

296bb4bc96a0b9d030a3823f8a8dfc8bda15fef9 authored about 2 years ago by Daishi Kato <[email protected]>
Update recipes.mdx: Using subscribe with selector (#1388)

Examples used from README and are now copy/pasteable without throwing errors in sandbox

ee8666f0084f9ec8b3b2e26f1eb02362a990b6f3 authored about 2 years ago by guenyoo <[email protected]>
4.1.3

d6f01e7aa47f85398a3aef8c7187d53ef0e47329 authored about 2 years ago by daishi <[email protected]>
chore(deps): update dev dependencies (#1379)

* update dev dependencies

* fix rollup config

* fix interop option

* fix interop option...

d81881d40d1b4f173ff18d35714c85414e57139e authored about 2 years ago by Daishi Kato <[email protected]>
fix(types): fix `StateCreator` subtyping (#1373)

* fix(types): fix `StateCreator` subtyping

* prefer import type

Co-authored-by: daishi <da...

ca059788d3f015b1582dc4d82b2bd4dbb6d93de4 authored about 2 years ago by Devansh Jethmalani <[email protected]>
fix(types): assume `getState` and `setState` will always exist on the store (#1371)

* fix(types): assume `getState` and `setState` will always exist on the store

* run prettier
...

b36f29af30612a73b4426249f1caaf50fc7e4a5e authored about 2 years ago by Devansh Jethmalani <[email protected]>
Update slices pattern links in readme and flux guide (#1353)

* readme: link slices pattern guide

* docs: update slices pattern link in flux guide

d27ea948843b2c955ce2be530e5e963dff8958de authored about 2 years ago by Devansh Jethmalani <[email protected]>
spelling correction (#1357)

cf0bef6d5efc14606fd7780ac916b3a701715e33 authored about 2 years ago by Srinivasan Mohan <[email protected]>
docs: Remove redundant words. (#1352)

docs: Remove redundant words.

84d1dfa30d9aebfadb14025b7270003b5b92cd39 authored about 2 years ago by J7N <[email protected]>
4.1.2

509175c0b83f3615f1c2b94979fd06aec6c3e8e9 authored about 2 years ago by daishi <[email protected]>
chore(deps): update dev dependencies (#1351)

* chore(deps): update dev dependencies

* tweak a workflow file

a576b3c9688d14e6bfcb3a4e3f901f1677b3cc5d authored about 2 years ago by Daishi Kato <[email protected]>
Rewrite `TakeTwo`, `SkipTwo` and `Mutate` to make them work for older ts versions too (#1348)

* create tsc v4.3.5 snapshot

* rewrite `TakeTwo` and `SkipTwo`
...to work with both pre 4.3....

93b5a43e8246e513a78238eb8ca43feb1fd9d6b5 authored about 2 years ago by Devansh Jethmalani <[email protected]>
fix: should use Object.is to compare two value (#1314)

ae4cc7f1b10ee109687a2915f697c4b8621fa564 authored about 2 years ago by huangcheng <[email protected]>
fix(context): store property missing from `useStoreApi` (#1258)

43ea18e7681d8ae16d6db0f150c3181cdf69f0b2 authored about 2 years ago by Xuanbo Cheng <[email protected]>
docs: add instruction on how to install zustand package using yarn (#1330)

276af10d882d3e920459c531293538e6ba680111 authored about 2 years ago by Joel Mathew Koshy <[email protected]>
Update comparison.md (#1346)

a848f708b747bc6b3fd5eaba8e5589df9e997de9 authored about 2 years ago by kpue <[email protected]>
docs(immer-doc): add npm installation section in immer middleware docs (#1347)

200d5bc10ef5f7fbcf2d678d7c9f47f7ea2284db authored about 2 years ago by Joel Mathew Koshy <[email protected]>
docs: added separate docs file for slices pattern (#1344)

e8b05d8179bb99f1986018a7ffa8ef7175a55d4e authored about 2 years ago by Joel Mathew Koshy <[email protected]>
docs: fix image spacing. fix phrasing and various grammar issues (#1333)

94dec53d9a0d061dd950d325ffe84d6fa1feb0ee authored about 2 years ago by Chris K <[email protected]>
docs: expose `enabled` devtools options in the documentation (#1326)

d60f0cca7aec4ca968b6fd13c67ee12bcce75e82 authored about 2 years ago by François KY <[email protected]>
fix: type replace Jotai with Recoil (#1325)

3e311520d5c129a0758cf474d030f73ab9754fa1 authored about 2 years ago by Diemas <[email protected]>
test: rename persistent (#1315)

5ca63d1d63b0ba104fbd3b6ce32c97be59fd9768 authored about 2 years ago by huangcheng <[email protected]>
chore(examples): move to demo subdir and eliminate rewired (#1305)

* chore(examples): move to demo subdir and eliminate rewired

* fix some paths

* run pretti...

f0ff30f7c431f6bf25b3cb439d065a7e61355df4 authored about 2 years ago by Daishi Kato <[email protected]>
docs: testing for using typescript (#1303)

77d14b17bc33a6f10f072802fac56aa78510710e authored over 2 years ago by mugi-uno <[email protected]>
docs: remove dead link from readme (#1302)

b739cfdb1e3689c4e8328399c1f14db03d1af788 authored over 2 years ago by Chris K <[email protected]>
fix(docs): comparison (#1284)

* Adding improvements to comparison docs

* Rewording

* Update docs/getting-started/compari...

981fe92349eacdb1ac6022b746a47854ab05ccbc authored over 2 years ago by Danilo Britto <[email protected]>
Add usage with context to docs (#1291)

* docs: context guide proposal

* fix(docs): typo & omit comment

* fix(docs): remove horizo...

4ed81bc11b8cee7cdc4e92318b84fb6d59f44859 authored over 2 years ago by Jacob Bergholtz <[email protected]>
fix(docs): move gotchas to docs/getting-started section (#1283)

* fix(docs): move gotchas to docs/getting-started section

* Minor changes

* Move gotchas t...

eea3944499883eae1cf168770ed85c05afc2aae9 authored over 2 years ago by Danilo Britto <[email protected]>
docs: updates to fix remaining broken links across docs site (#1257)

* docs: updates to fix remaining broken links across docs site

* docs: fix relative links to ...

70820e349cafb6d947e86573afe33e74552cd511 authored over 2 years ago by Chris K <[email protected]>
Fixed grammar in comparison.md (#1288)

Line 19: you -> your

7bce12e91ba0237039a3f28754278aaaf3247b30 authored over 2 years ago by Callum C <[email protected]>
fix(docs): Issue 1254 guides (#1267)

* Update persisting-store-data.md

* Fix persisting-store-data.md with 'yarn run prettier'

...

faaed153642db5312d29d360ac0298ca9b939739 authored over 2 years ago by Joel (조기문) <[email protected]>
fix: remove unneeded <br> causing website build to fail (#1272)

1c56b91b5a6cc533e092496367b2093bf96e94eb authored over 2 years ago by Chris K <[email protected]>
chore(tests): enable StrictMode as much as possible (#1262)

b3dc3d64b25335b64516042d8502b8f35cf6ee27 authored over 2 years ago by Daishi Kato <[email protected]>
docs(typescript): Rewrite the inference explanation (#1252)

* docs(typescript): Rewrite the inference explanation

* run prettier

* fix grammar

* ru...

b8ec61dc53135078a21887c26d8c624bfcf9bec8 authored over 2 years ago by Devansh Jethmalani <[email protected]>
fix(docs): Issue 1120 docs guides (#1247)

* docs: testing documentation review

* docs: auto-generated-selectors documentation review

...

445e1474788ca4949dd769ee9dd65fcbaa3324b4 authored over 2 years ago by Fawaz Haroun <[email protected]>
Update comparison.md (#1248)

e85673f6e1c00bc326354236cf1191da239bd6c0 authored over 2 years ago by Danilo Britto <[email protected]>
fix(docs): comparison (#1239)

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* Adding Jotai and Recoi...

bf5d4be3607475f28184dd31d2e99a8ba9df1e61 authored over 2 years ago by Danilo Britto <[email protected]>
fix(docs): Issue 1120 docs guides (#1244)

* docs: testing documentation review

* docs: auto-generated-selectors documentation review

...

476a381df83e80990a24e73a1e65d4858eeda8bf authored over 2 years ago by Fawaz Haroun <[email protected]>
fix(docs): Add how to reset state to docs/guides section (#1236)

* Add how to reset state to docs/guides section

* Fixing code examples

* Minor changes

...

0eee59e4bf6e11391cb293ae8e54ad2754d702a0 authored over 2 years ago by Danilo Britto <[email protected]>
Issue 1120 docs (#1231)

* docs: testing documentation review

* docs: auto-generated-selectors documentation review

...

daf52ed305305ef3ebd8bcf04ec7bbc33efdea5d authored over 2 years ago by Fawaz Haroun <[email protected]>
docs: fix broken links on readme (#1230)

a413f4a340ef8a29b974898467902ecb1b535ce1 authored over 2 years ago by Lucca Radaeli <[email protected]>
Fix TypeScript docs link (#1223)

Updates link to look in the guides directory

19557ba286f8aa3440ce0eb6f3df9fa30172dc4a authored over 2 years ago by Tim Arney <[email protected]>
docs(issue-1215): restructure top level docs (#1222)

b85f6413f1eed2b8c9f6e6e402c272f4da3b9c2d authored over 2 years ago by Chris K <[email protected]>
4.1.1

9cfad3eae5845621b1e2a52b98eb9bae9f7b7130 authored over 2 years ago by daishi <[email protected]>
refactor(types): prefer using import type (#1208)

0f4913c7ec9776f1f12e0ee16ce1b0387ab9ba76 authored over 2 years ago by Daishi Kato <[email protected]>
fix(types)(middleware/devtools): copy devtools option types instead of importing (#1207)

e1e83e31602bc2b0327f20adb34c6e49f23f0250 authored over 2 years ago by Daishi Kato <[email protected]>
fix(middleware): revert types of redux middleware (#1206)

* fix(middleware): revert types of redux middleware

* eliminate "& Action"

ca0786fe4796ab694044d94a26398ad85ec504c1 authored over 2 years ago by Daishi Kato <[email protected]>
tweak issue template

189b7aab754116974e1d36a13b4f9308634ba491 authored over 2 years ago by daishi <[email protected]>
fix url

12e0a1e049286af79d672a3233ebdbacb2d119e0 authored over 2 years ago by daishi <[email protected]>
change issue template config

2566c24cdd297b6f86671418f49d3aa8f32bfc82 authored over 2 years ago by daishi <[email protected]>
add PR template

58d39f7490f13dbcc79672b6a4353fa7fbdfa097 authored over 2 years ago by daishi <[email protected]>
Update issue templates

8381a7c1f1cdad6fc9c72d8e74e50b066c193bad authored over 2 years ago by Daishi Kato <[email protected]>
issue template

dad6dcbb77236febb1cf812e27fdcb533a6ae886 authored over 2 years ago by daishi <[email protected]>
4.1.0

604930988df9152ccc0c661f36da9e6b0b00095f authored over 2 years ago by daishi <[email protected]>
chore(deps): update dev dependencies (#1201)

d55b92f556b705c731ba553f4f8cbdf1022dc3da authored over 2 years ago by Daishi Kato <[email protected]>