DEV Community

Discussion on: Let's build an ajax form with Alpine.js

Collapse
 
urielbitton profile image
Uriel Bitton • Edited

Nice stuff What!
What is alpine.js and why do people use it over other frameworks like react or vue or svelte?

Collapse
 
dberri profile image
David Berri • Edited

Thanks!

In my opinion, you would use Alpine.js when you want to sprinkle some JavaScript in your website to create some simple interactivity but don't want to write imperative code (vanilla JS) and also don't need an entire framework like Vue.js/React/Svelte. Of course you can build more complex stuff with it, but I think when you reach that point, you would be better served with one of those frameworks.