Ecosyste.ms: OpenCollective

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

github.com/pmndrs/jotai

👻 Primitive and flexible state management for React
https://github.com/pmndrs/jotai

0.6.1

8a37e0e89d9d4bc0abb9ea41314084b00a6a8cd6 authored about 4 years ago by daishi <[email protected]>
fix deleting atom

b023955fe051d949f14c4c37941cb04635c69fc2 authored about 4 years ago by daishi <[email protected]>
0.6.0

0855c99a7f4a174c86837c4c8af9c747a370abeb authored about 4 years ago by daishi <[email protected]>
rewrite write atom and run in effect

4d1f6e75b35566eb11742856e6bdb8ada229b15d authored about 4 years ago by daishi <[email protected]>
update yarn.lock in examples

284e0578dfd5d96c5bc95c9ce9f127da74807ae1 authored about 4 years ago by daishi <[email protected]>
type setAtom with never (#47)

* type setAtom with undefined

* can use never?

* can use never

* empty commit

* fix ...

c2d86ba97fc3725ed7ddfa1db0f46903ffb597c2 authored about 4 years ago by Daishi Kato <[email protected]>
0.5.2

de6ac37074e1c5bbbec5a999c811a54635bf0a47 authored about 4 years ago by daishi <[email protected]>
fix atom key type

3acf21ceaa00e8a5ce0fd5a6c286161c208ae0ff authored about 4 years ago by daishi <[email protected]>
0.5.1

928536d0e824fa8789f1c1cc3bf52866a67d88b6 authored about 4 years ago by daishi <[email protected]>
add atom key on creation (#46)

82889cf501cc083913349fd907591fa8e0e253cf authored about 4 years ago by Daishi Kato <[email protected]>
reducer related utils (#40)

* reducerAtom

* minimal docs

* rename func, add a new hook

* update utils doc

210defdc6c2f54f3d2f92f527ca8451a682cf197 authored about 4 years ago by Daishi Kato <[email protected]>
Update readme.md

c7aa692652e7eda6bddcc8c91edb9749e81bb147 authored about 4 years ago by Daishi Kato <[email protected]>
useResetAtom in utils (#42)

* use reset atom in utils

* update docs

697305aa441e01913fd23380e2c7436d2ad14275 authored about 4 years ago by Daishi Kato <[email protected]>
0.5.0

de300431edac274f8881dcc06841ee417075cdf4 authored about 4 years ago by daishi <[email protected]>
utils docs

5707ca4ff19f3b35bfd7f500c85e3f5b8684509b authored about 4 years ago by daishi <[email protected]>
Implement error propagation (#39)

* failing test with sync error

* failing test with initial sync error

* fix sync error pro...

7abef66ddebc12fa021d6ed4235e68679314c596 authored about 4 years ago by Daishi Kato <[email protected]>
utils bundle and use update atom (#35)

* utils bundle and use update atom

* move an internal hook back

9127e2fc85b2011e4df22ac22bc6fab268e385c1 authored about 4 years ago by Daishi Kato <[email protected]>
fix: do not mutate ref in render (#34)

* fix: do not mutate ref in render

* clear pending list

8862e1c499319ba0190cc93cbf368162f2729ba0 authored about 4 years ago by Daishi Kato <[email protected]>
Update readme.md

8fcfc50a61545b4f5b55f32208e139b3cf925e2d authored about 4 years ago by Daishi Kato <[email protected]>
0.4.1

73b97e153bd206d4be1d07e5ef8b24706788e739 authored about 4 years ago by daishi <[email protected]>
Fix adding atom and deleting atom (#33)

* add failing test

* fix init atom partially

* delay atom deletion with effect

* update...

6bd8042eaf49b304e7e0c52d7d57d1f279352bff authored about 4 years ago by Daishi Kato <[email protected]>
update size snapshot

49d619951a0b577a9188f7ec4e6c953a20060d05 authored about 4 years ago by daishi <[email protected]>
chore: rename instance to config

6bfd89a6aa69315fffd7f717827b9b9126fe8d53 authored about 4 years ago by daishi <[email protected]>
0.4.0

e1a56573ed317c664f780cce06cae4399e8570f5 authored about 4 years ago by daishi <[email protected]>
add failing dependecy test (#30) (#31)

* add failing dependecy test (#30)

* ...and the test file

* fix updating dependency chain

a46fd276c73375f9505cec90026000e83d397718 authored about 4 years ago by Daishi Kato <[email protected]>
improve atom initialization (lazy read) (#22)

* wip: failing test

* big rewrite for lazy read

* update size snapshot

12f870160e3d4a7286b851c284e6b95074bb5648 authored about 4 years ago by Daishi Kato <[email protected]>
export PrimitiveAtom type (#24)

ceb53f4857cdbe706fc4c21130a685cf99c35637 authored about 4 years ago by Daishi Kato <[email protected]>
Merge pull request #29 from knpwrs/patch-1

Fix typo in FP example

3af945fe5541721f4924d5a51d4f52c91f4f9928 authored about 4 years ago by Gianmarco <[email protected]>
Fix typo in FP example

276dd32e1e0a12c8daccbd4048d00b4b4dfff602 authored about 4 years ago by Ken Powers <[email protected]>
Update readme.md

7bac7665cebab1108f004068d33bd546e676581c authored about 4 years ago by Daishi Kato <[email protected]>
Update readme.md

187e98bbfdfce378fbe86dd4c15deb09061c6b29 authored about 4 years ago by Daishi Kato <[email protected]>
follow eslint warning, update size-snapshot

eeeb7c1d9c947105befeb5e1ada28f4aa24db89c authored about 4 years ago by daishi <[email protected]>
chore: remove disable selection in demo (#21)

0d0a1a0577c561dbbba2e318f6936fd08edb3cc5 authored about 4 years ago by Leonardo Elias <[email protected]>
fix github workflow

8b8ef9d6784dfb1f9a3a18fcbfab89e5c6e61542 authored about 4 years ago by daishi <[email protected]>
github workflow push on master

285ebc0cba959bb609670202020691ef6614b974 authored about 4 years ago by daishi <[email protected]>
run tsc and jest in lint workflow :-p

6a29ae3365e3f2044958bbac3bfc8eed159d638d authored about 4 years ago by daishi <[email protected]>
fix eslint warning

7fa5158508064c2dc97883ae878fd95fa7940c0c authored about 4 years ago by daishi <[email protected]>
github workflow lint

40f2cb5ea5291368a0783c62696659c352020f73 authored about 4 years ago by daishi <[email protected]>
chore: delete item in dependentsMap if is empty (#20)

9e3b4ffbe8de3e1a0b3043d19e9c2978db00bc00 authored about 4 years ago by Leonardo Elias <[email protected]>
Fix imagem alt in readme (#19)

dc60227d7133655c9a2b8c9bfdaa808cfe17e77f authored about 4 years ago by Leonardo Elias <[email protected]>
0.3.1

6cf0820a698b08041ef2a07812cc73a06cef3609 authored about 4 years ago by daishi <[email protected]>
use debug value (#17)

e42c26a9fd278b88dccb306b0f515a7caa3e44bb authored about 4 years ago by Daishi Kato <[email protected]>
improve suspense behavior for async read atom (#16)

* fix suspense behavior for async get

* empty commit

c5687ff3a23d33ef4a67cacc76e6d3497726b12b authored about 4 years ago by Daishi Kato <[email protected]>
Update readme

554fa6a5041a29626f54273df13790abe5c7bb43 authored about 4 years ago by daishi <[email protected]>
Fix typo in README badge (#14)

1b544b878dc35ca258c8674ca011d232f58bd938 authored about 4 years ago by James <[email protected]>
Update readme.md

5acdc3f25cc5f59def64cc9d78dc6d5a8148b5e3 authored about 4 years ago by Paul Henschel <[email protected]>
needs better syntax but of well

2a52f52576701a4dfc7ed771986c0d07bc862169 authored about 4 years ago by Paul Henschel <[email protected]>
Example (#12)

* style draft

* adds example code

* example fixes

* finetuning

* minor tweaks

* f...

2dfa1235faa9a3de162888ad2ccab32fd1f47450 authored about 4 years ago by Daishi Kato <[email protected]>
0.3.0

7481e3732110c9d107f7a98dc286ecaa1e3356d0 authored about 4 years ago by daishi <[email protected]>
Merge pull request #10 from react-spring/feat/new-impl

feat: new implementation with write cache

a15574983fbdffc419c9acacbb51323f2a6ef7e0 authored about 4 years ago by Daishi Kato <[email protected]>
chore: no id from hook

d230bbb93f49c459a9f755840b9047d42023fcec authored about 4 years ago by daishi <[email protected]>
feat: new implementation with write cache

e0a40af30eaecda17695adaeca7ab6228cc5a0a2 authored about 4 years ago by daishi <[email protected]>
0.2.1

76b2e867e7a3391edae3b7ed62516cc63f328392 authored about 4 years ago by daishi <[email protected]>
Merge pull request #9 from react-spring/fix/set-atom-value-on-use-effect

fix: set atom value on useEffect

3a3b02c64e962a479ae05e5af6fb50ed3ae83396 authored about 4 years ago by Daishi Kato <[email protected]>
update size snapshot

cfe7953d828e6274d9b57d7012362a5d9e9c9242 authored about 4 years ago by daishi <[email protected]>
add another test

9a0d4479ef64af2be3e86b379e65a4b0ac665188 authored about 4 years ago by daishi <[email protected]>
fix: set atom value on useEffect

1572e8bbac19c669204dac8b20c5458137c2b505 authored about 4 years ago by daishi <[email protected]>
Revert "Updated README.md"

This reverts commit 4f4e5b792045b39178982b8e68851d17b9fc0ebf.

693610634cfb99aa5b63f2a420e6a2db567d25d4 authored about 4 years ago by daishi <[email protected]>
Revert "Update readme.md"

This reverts commit bfe37f509d04b03dc1db4b13ace17440490145e0.

9bd2c9a152a7995feaba42dfe1253e550a570e0e authored about 4 years ago by daishi <[email protected]>
Revert "Update readme.md"

This reverts commit 3876d3709cbe8de3570a6c33b8e3db8a291ef0b2.

9ddba662e64c703f10593a84f0a2f8fe0f551aac authored about 4 years ago by daishi <[email protected]>
Update readme.md

3876d3709cbe8de3570a6c33b8e3db8a291ef0b2 authored about 4 years ago by Daishi Kato <[email protected]>
Update readme.md

bfe37f509d04b03dc1db4b13ace17440490145e0 authored about 4 years ago by Daishi Kato <[email protected]>
Merge pull request #8 from react-spring/readme

Updated README.md

bbe319c8b444d6ff6b11a68a7ee26f6a981d219e authored about 4 years ago by Stephen Corwin <[email protected]>
Updated README.md

Changed headers from being images to being real text. I kept the same links as before.

4f4e5b792045b39178982b8e68851d17b9fc0ebf authored about 4 years ago by Stephen Corwin <[email protected]>
add examples

206b0333b0bf7f33968c45fbfeb9227f613377d4 authored about 4 years ago by daishi <[email protected]>
update readme

22cc6ee1a9be026a57c934e80fa8e451e97b7ced authored about 4 years ago by daishi <[email protected]>
0.2.0

4ca0fdc848b79c71a9b6ac328fe62e6f327408b4 authored about 4 years ago by daishi <[email protected]>
Merge pull request #7 from react-spring/simplify-update

feat: generalize update function/value

ac8f44c1b6b3402102a9e856c831ccb8e6705187 authored about 4 years ago by Daishi Kato <[email protected]>
feat: generalize update function/value

7d1cbe985c31d4709e566abee57c8d173eb5b072 authored about 4 years ago by daishi <[email protected]>
update dev dependencies

993b02148f19a77a84e483f959f0d163ef6383ef authored about 4 years ago by daishi <[email protected]>
Update readme.md

57bc85d61f9fce02d2470b208e23584d3c206e6b authored about 4 years ago by Paul Henschel <[email protected]>
revert copy script (oops)

b24420d4c0441cfee4a4f0d7b57a7c1737e7c79f authored about 4 years ago by daishi <[email protected]>
0.1.1

47580c7a805101cceb0afaae133ef11bbbd78cde authored about 4 years ago by daishi <[email protected]>
live demo link in readme

b7461991cf5f394c0e6081236bbaa38791cee892 authored about 4 years ago by daishi <[email protected]>
Update readme.md

c92a52773eec3ee64ce38a9f99baabe0e655025d authored about 4 years ago by Paul Henschel <[email protected]>
recipes anchor tag in readme

a9a136072fde3675ea6c7394d391418d8f7b6a75 authored about 4 years ago by daishi <[email protected]>
copy img to dist, bundlephobia link

eb3f5508877d89c263482f9b5faa8f05135daf78 authored about 4 years ago by daishi <[email protected]>
0.1.0

a6b6ed21b343d616e5b33c50a284cda60c8ef0e3 authored about 4 years ago by daishi <[email protected]>
edit suspense tag

a411b64b1eb209e2a68930aab63da9fc906c4915 authored about 4 years ago by iinfin <[email protected]>
anchor cover img

63e145746c8769f0ff7bf3df7e527f0b3eb9c132 authored about 4 years ago by daishi <[email protected]>
Merge branch 'master' of https://github.com/react-spring/jotai into master

100f4c4cf12567ae1550ba6dc8c3176b7a9280a8 authored about 4 years ago by iinfin <[email protected]>
edit title

9fa13b3dd0045bdbf27b66c28632847c36a62c73 authored about 4 years ago by iinfin <[email protected]>
Update readme.md

6b87ec1244743a56524a75b97bae4d5015528cde authored about 4 years ago by Paul Henschel <[email protected]>
Update readme.md

0bb591b636fd6019cc2c80783ad6d7cf3a38fe5d authored about 4 years ago by Paul Henschel <[email protected]>
Update readme.md

51479da7234b1e5a88488eac570b4563a3b45683 authored about 4 years ago by Paul Henschel <[email protected]>
Update readme.md

86d3787a4435cfee47c00c06bdd25dec507147da authored about 4 years ago by Paul Henschel <[email protected]>
Update readme.md

b5f5a562fbdf930be11cc7824ee1a1fc415434a1 authored about 4 years ago by Paul Henschel <[email protected]>
title tests

ee4915da510fbc8291496a107287dd996969a844 authored about 4 years ago by iinfin <[email protected]>
experimental design in readme

3c6f53f27fd64cb8b4c79581c7676ebd275e6d58 authored about 4 years ago by iinfin <[email protected]>
rename to readme.md for consistency

3b07877bec4b5e37c13e29a3ce5d57b8288aa25e authored about 4 years ago by daishi <[email protected]>
Update README.md

f388aa944164127b4b569d579dd47f5c9b54985f authored about 4 years ago by Paul Henschel <[email protected]>
Merge branch 'master' of github.com:react-spring/jotai

99bf782c227f5a751c9016334b32e4d6baf289a3 authored about 4 years ago by daishi <[email protected]>
special terms in readme

9435f7000cf3b93bd8e2008d5be72a0f713cd8d3 authored about 4 years ago by daishi <[email protected]>
Update README.md

555717fc3730508e379136618ebcdfd2f3d51b0e authored about 4 years ago by Paul Henschel <[email protected]>
codesandbox ci

d59e309cbb7734dd3680baa8657cef40d49e6b15 authored about 4 years ago by daishi <[email protected]>
update README

f9ccfcff6192c7112e9374fed566aee5e3462c9a authored about 4 years ago by daishi <[email protected]>
fix tests with suspense

c51669d4544945297d5b92a6ba3fdf9a51199f98 authored about 4 years ago by daishi <[email protected]>
chore: minor refactoring

1aad70d7cfdbdba6f4b82d472d41c90073a012cc authored about 4 years ago by daishi <[email protected]>
support read value & write function atoms

4a1f0a229447e35c587e98a7872c3c097a4d11b8 authored about 4 years ago by daishi <[email protected]>
fix a bug in updating atom dependents

f52b78578af38dcf7e4e5a93e4c6b432b5060058 authored about 4 years ago by daishi <[email protected]>