Replies: 3 comments 5 replies
-
Perhaps consider adding aliases for the
Benefits:
|
Beta Was this translation helpful? Give feedback.
-
How about:
|
Beta Was this translation helpful? Give feedback.
-
What about reducing the coupling with react? It's an optional dep already, what about taking a step further and extracting the react-specific logic into a separate package? It might pave a path for the other framework integrations to follow. BTW, are there any plans to start advertising jotai as a multi-framework solution? Are there any react/Suspense-specific hacks in the core logic now? I've seen Vue integration discussed in #1811, however the 3rd-party package mentioned there jotai-vue seems dead |
Beta Was this translation helpful? Give feedback.
-
Nothing determined. ETA is year 2026.
delay
option in useAtomValue (deprecate it during v2)use
in useAtomValue (migration path: add{ use: true }
option which istrue
by default in v2, and warns it)atomFamily
util tojotai-family
package (deprecate it during v2)unwrap
util (migration path: recommendloadable
orjotai-derive
)setSelf
option if.unstable_onInit
can replace all utils, and "actions in value" pattern.onMount
ifwithMount
util works in v2signal
option ifwithSignal
util works in v2Beta Was this translation helpful? Give feedback.
All reactions