Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(nested_reactive): add Vue3 only feature #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

finetjul
Copy link
Member

@finetjul finetjul commented Feb 5, 2025

No description provided.

@finetjul finetjul requested a review from jourdain February 5, 2025 22:45
@jourdain
Copy link
Collaborator

jourdain commented Feb 6, 2025

Already here

@finetjul
Copy link
Member Author

finetjul commented Feb 6, 2025

Then why is the example in the Vue2 folder ?

I thought that this comment meant that the "old fashion" solution was working with Vue2.

@jourdain
Copy link
Collaborator

jourdain commented Feb 6, 2025

So DeepReactive does not work in vue2, but we do provide a workaround for achieving it, in the old fashion way.

DeepReactive could have worked with vue2, but implementation details make it not easy to do. But I think we could build our vue3 client using the latest vue2 library and that will allow it to work and have the exact same API as vue3. So we could have 3 client_type:

  • vue2 => The way it started
  • vue3 => the modern way with some small api/feature change
  • vue23 => same api as vue3 but for vue2. (deepreactive working and more...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants