This post is part of a series comparing different ways to implement asynchronous requests on the client, which is colloquially known as AJAX. I dedica

Augmenting the client with Alpine.js

submited by
Style Pass
2024-09-30 17:30:05

This post is part of a series comparing different ways to implement asynchronous requests on the client, which is colloquially known as AJAX. I dedicated the previous post to Vue.js; I’ll dedicate this one to Alpine.js - not to be confused with Alpine Linux.

Unlike Vue.js, Alpine doesn’t seem to have templates. The official UI components are not free. I found an Open Source approach, but it’s unavailable on WebJars.

Alpine is very similar to Vue, with the notable difference of the lack of templating; components are only available via a price. All other features have an equivalent.

Developer Advocate with 15+ years experience consulting for many different customers, in a wide range of contexts (such as telecoms, banking, insurances, large retail and public sector). Usually working on Java/Java EE and Spring technologies, but with focused interests like Rich Internet Applications, Testing, CI/CD and DevOps. Also double as a trainer and triples as a book author.

Leave a Comment