Closed dmaskasky closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
jotai | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 26, 2024 10:10pm |
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest commit: 80f58078acfae8f690216b80b8a4ae3b013258ca
Last updated: Sep 26, 2024 10:09pm (UTC)
Playground | Link |
---|---|
React demo | https://livecodes.io?x=id/BRN429TPS |
See documentations for usage instructions.
Summary
Adds failing test 😢
Adds more tests (passing) to https://github.com/pmndrs/jotai/pull/2741
derived atom shares same implicit
inherited atoms
inherited atoms use explicit in current scope
uses implicit at any distance
Check List
pnpm run prettier
for formatting code and docs