Could we use Alpine as replacement for Vue in non-build scenarios? #321
Closed
hongquan
announced in
Announcements
Replies: 1 comment 2 replies
-
Can we update the Vue2 code to Vue3? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some feature needs to be implemented as JS code, like the dropdown menu. I want to stay away from jQuery and adopt reactive programming, which most of modern frameworks (React, Angualar, Vue, Svelte) are pursuiting.
Looking into current eventyay-talk code base, I found that:
To continue with the development, there are some way:
I favor the AlpineJS approach.
I used to mention Vue 3, but we can use Vue 3 full power if our app is Single-Page-Application.
Beta Was this translation helpful? Give feedback.
All reactions