|
|
|
|
|
by rolae
2323 days ago
|
|
Alpine.js really was created for javascript sprinkles, where even vue.js might be overkill. For example, if you have an app, but you need to have dropdowns and modals. Then something like alpine.js can be nice. So it is actually not intended for things more complex than basic interactivity. And what you build with it, should be simple enough you don't need any type system. For people interested, there is a good episode on FullStackRadio on the topic http://www.fullstackradio.com/132 |
|
The wording in the README says that Alpine "offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost" which seemed to indicate that it was targeting a similar audience as those libraries.
The intro also didn't really mention anything about it being suited primarily for applications without needing complex composition of logic or any indication of what the authors feel about how big is too big to be suitable for alpine.