Vue support #1811
Replies: 5 comments 4 replies
-
Sounds interesting! Would you be working on it? fyi, https://github.com/wobsoriano/solid-jotai is developed by @wobsoriano. |
Beta Was this translation helpful? Give feedback.
-
I forgot about the Vue integration but I started it before - https://github.com/wobsoriano/jotai-vue I focused on the solid integration |
Beta Was this translation helpful? Give feedback.
-
Related to this would be a Pinia integration. Looks like it's possible using |
Beta Was this translation helpful? Give feedback.
-
@loganvolkers Could you please briefly describe why Jotai is better than Nano Stores from your experience? |
Beta Was this translation helpful? Give feedback.
-
I'd love to have vue support for Jotai, simply because I'm so familiar with Jotai now, it's a fluent and easy to grok API, the support for things like Immer, Tanstack Query etc is great... so being able to drag it into my Vue projects would be a boon as it's now my go to - no more need for context, redux or anything else so ... bulky. |
Beta Was this translation helpful? Give feedback.
-
Jotai seems better than nanostores from our experience using it, but it is recommended by Astro for sharing state across frameworks. I think this is due to nanostores cross-framework support.
We'd like to start using Jotai with other frameworks, and I think we can look at nanostores vue as a baseline for building a vue integration. It feels like out-of-the-box adapters should be a priority for boosting jotai adoption.
Beta Was this translation helpful? Give feedback.
All reactions