jotai-derive/jotai-eager does not work as of [email protected] -- a stable mechanism for storing a promise's status, orthogonal to React #3069
-
Bug DescriptionHi! I was cleaning up Related discussions and pulls: #3026, #2848
My proposal would be to:
I look forward to your feedback 🙇 Reproduction Linkhttps://github.com/jotaijs/jotai-derive/actions/runs/15111812681/job/42472813075?pr=5 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
btw, let's add jotai-eager in https://github.com/jotaijs/jotai-ecosystem-ci. |
Beta Was this translation helpful? Give feedback.
-
Does |
Beta Was this translation helpful? Give feedback.
Oh, I see
soon
depends on it too.It's our design decision to have "attaching promise status" logic outside of Jotai core.
So, attaching it in
jotai-derive/eager
is expected by design. I don't think you need "own" status. Just do the same asuse
as that's the idea React team pushes.Let me know if you need help.