Alpine.js 2.0 Released

February 19, Alpine.js, JavaScript framework, project released the latest table “Apline.js 2.0.0”.

Alpine.js is a web application framework that helps realize reactive user interface (UI).  Because it allows you to determine the behavior of the UI in markup while keeping the DOM, it allows developing at a low cost.  It intends to be used in Single Page Application (SPA).

Alpine.js is influenced by Vue.js and Angular to have similar syntax, so it is notable that you can write the attributes like “x-date”, “x-bind”, and “x-on” into the HTML tag to define how to handle response to data display or user operation.The official version “Alpone.js 1.0.0” was released in December 2019, and version 2.0 is the one to follow it.

Apline.js 2.0.0 is available on the project website, licensed by MIT License.

Alpine.js
https://github.com/alpinejs/alpine