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: simplify dependents without set one

github.com/pmndrs/jotai - 0581ccfc222bfe47807fd39b49e5f54b15c382de authored over 4 years ago by daishi <[email protected]>
wip: new implementation with ref

github.com/pmndrs/jotai - 68c28a611f0ff43189afa060af6b5eb8aeb69560 authored over 4 years ago by daishi <[email protected]>
wip: use ref for latest state

github.com/pmndrs/jotai - 73b5d191deaf9ebdd586d446817ad357f108143d authored over 4 years ago by daishi <[email protected]>
prepare for another implementation

github.com/pmndrs/jotai - cc354cddab9e7064c964650f202d471545d26542 authored over 4 years ago by daishi <[email protected]>
add another failing test

github.com/pmndrs/jotai - 9034157eec8a0adad2e1a40b20c74d65a232ea33 authored over 4 years ago by daishi <[email protected]>
add failing test

github.com/pmndrs/jotai - 56b5e34b4b0a1b0e9dcc11d71f1cfd7f813a2f53 authored over 4 years ago by daishi <[email protected]>
revert version before publish

github.com/pmndrs/jotai - bceba3ffcc8fa69dc8d946050df7e62a57cd1c6a authored over 4 years ago by daishi <[email protected]>
chore: remove unused function type

github.com/pmndrs/jotai - 05274a312bcedfac293c793f519a3b20d25cba4f authored over 4 years ago by daishi <[email protected]>
Update README.md

github.com/pmndrs/jotai - 6b528e456c394cfd5c9160c19b21a02d082a4210 authored over 4 years ago by Paul Henschel <[email protected]>
Update README.md

github.com/pmndrs/jotai - 51c109a08694f06ae8f8111be84b46a570a620e4 authored over 4 years ago by Paul Henschel <[email protected]>
Update README.md

github.com/pmndrs/jotai - 1badec6794175046b92e0423c82297d4ce2b371b authored over 4 years ago by Paul Henschel <[email protected]>
intro in README

github.com/pmndrs/jotai - ec3cc600d7d142abfcc27f7801f9ac8be347c8cf authored over 4 years ago by daishi <[email protected]>
Update README.md

github.com/pmndrs/jotai - 5fc2ad47cee0ddfc04bb8aed6053de91fd0f3d15 authored over 4 years ago by Paul Henschel <[email protected]>
update readme

github.com/pmndrs/jotai - 626e726f8950d264943ede7bb17920beaf5128f3 authored over 4 years ago by daishi <[email protected]>
some adjustments

github.com/pmndrs/jotai - a1b0c03582f29152e43f578661617330eec1ce7e authored over 4 years ago by daishi <[email protected]>
fix set dependency bug

github.com/pmndrs/jotai - 39fc9affc5de4c56bb9a9cd5fa1a7b2d3fb38d2b authored over 4 years ago by daishi <[email protected]>
follow the change in lint-staged v10

github.com/pmndrs/jotai - b221904438ca2c7a82df8fd202b3c43a910d403f authored over 4 years ago by daishi <[email protected]>
fix tsconfig/typing and prettier 2 format

github.com/pmndrs/jotai - 7bdf36c6db5484994f9668009b6592bebb4b433d authored over 4 years ago by daishi <[email protected]>
update dev dependencies

github.com/pmndrs/jotai - 6cb73998c0a465199d20b696236b9577b6d3aa01 authored over 4 years ago by daishi <[email protected]>
async tests

github.com/pmndrs/jotai - 67c06b40df3898f040075270526b86e99f69e7ce authored over 4 years ago by daishi <[email protected]>
rename newValue -> writeValue

github.com/pmndrs/jotai - bdde78a2af5ccae4aeeddca2fd93eefda109fa4b authored over 4 years ago by daishi <[email protected]>
prefer button to use effect in tests

github.com/pmndrs/jotai - 5b89fb5de1a9581a9be6acc924649de6066ada99 authored over 4 years ago by daishi <[email protected]>
test with render count

github.com/pmndrs/jotai - 398610eef31e0add5acc36c4ff672cc7615d2569 authored over 4 years ago by daishi <[email protected]>
some more tests

github.com/pmndrs/jotai - b3145524b5571baabc7558dac85d81147df30016 authored over 4 years ago by daishi <[email protected]>
add another test for use atom

github.com/pmndrs/jotai - 33ac4e6337490022c095dc827c098c6d09d0c6e3 authored over 4 years ago by daishi <[email protected]>
add a test for use atom

github.com/pmndrs/jotai - 86648ad5b5cf0db5b308020ab6f5df7ae36caae9 authored over 4 years ago by daishi <[email protected]>
update README

github.com/pmndrs/jotai - 05bc89b2af42387cadf82d097a364230af5d018d authored over 4 years ago by daishi <[email protected]>
fix README

github.com/pmndrs/jotai - 0fb9dc3954bbee5c3b8a1b9d1f59dc9d8742dc37 authored over 4 years ago by daishi <[email protected]>
simplify types

github.com/pmndrs/jotai - 78df1d893bd1654daf7efc54720b3ff77b1217f1 authored over 4 years ago by daishi <[email protected]>
refactor types and so on

github.com/pmndrs/jotai - 21b8c6ae18c47ecf9e842b449b3b8cbfe4083272 authored over 4 years ago by daishi <[email protected]>
Merge pull request #2 from react-spring/function-based-atom-api

new function based atom api

github.com/pmndrs/jotai - a75d3b0ded4387f7f397ddae06ec1c8123012bac authored over 4 years ago by Daishi Kato <[email protected]>
new function based atom api

github.com/pmndrs/jotai - 1af43b34537a1c06d39db1135d8d8a210f0a14fe authored over 4 years ago by daishi <[email protected]>
fix a bug in example code

github.com/pmndrs/jotai - ce22df1b05fa2522bf198802872a2e90fb32a6ac authored over 4 years ago by daishi <[email protected]>
update README with read and write atom example

github.com/pmndrs/jotai - e68973942f8ac4dbb893b56aa9088d8a0c04ced2 authored over 4 years ago by daishi <[email protected]>
minor change and update size snapshot

github.com/pmndrs/jotai - caa06f32067cf0cc5b01c0989210f11bf17c61de authored over 4 years ago by daishi <[email protected]>
update README for more clarification

github.com/pmndrs/jotai - f149664114876fc7878c8da644865399b943131f authored over 4 years ago by daishi <[email protected]>
Merge pull request #1 from react-spring/gsimone-readme-changes

Minor README changes

github.com/pmndrs/jotai - d4b35d22c9b1058dfd48066c5e95b489e738651a authored over 4 years ago by Daishi Kato <[email protected]>
Update README.md

github.com/pmndrs/jotai - c8bf96168dceed8e5b811c9c087d997305e38c24 authored over 4 years ago by Gianmarco <[email protected]>
Update README.md

github.com/pmndrs/jotai - 4a7ecbd3770c208b892fad7f44068e2863157552 authored over 4 years ago by Gianmarco <[email protected]>
remove confusing atomics in README

github.com/pmndrs/jotai - efa39ab1c92ec6f65c4cf6a02436d29829458b19 authored over 4 years ago by daishi <[email protected]>
update tagline

github.com/pmndrs/jotai - 80740fd79d73b26bf39e8ed7d48ee477d37c8252 authored over 4 years ago by daishi <[email protected]>
update size snapshot

github.com/pmndrs/jotai - 8e4631b0a36b4ae8cf6b1de22cf2c755ef6ef631 authored over 4 years ago by daishi <[email protected]>
rename default to initialValue

github.com/pmndrs/jotai - e0369686733120be651e2119f909424ab8f3293a authored over 4 years ago by daishi <[email protected]>
add support for write-only atom

github.com/pmndrs/jotai - 08324560df32b1d9423c2f99534284757af82d40 authored over 4 years ago by daishi <[email protected]>
update README

github.com/pmndrs/jotai - b2bc91397d27ce4ca2ccacc0a6116bfa902aec99 authored over 4 years ago by daishi <[email protected]>
initial code commit

github.com/pmndrs/jotai - a429dd75a5b7dddef2ac67f5e084e8e33c18cad7 authored over 4 years ago by daishi <[email protected]>
Initial commit

github.com/pmndrs/jotai - 97533bb0d6d5f16f8c5b8cff32c87d3c123ea9be authored over 4 years ago by Paul Henschel <[email protected]>