Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 309 Bytes

alpinejs.md

File metadata and controls

39 lines (20 loc) · 309 Bytes

alpinejs

Notes

From official docs link

Lifecycle

x-init

State (Data Handling)

x-data

x-model

Directives (Template Handling)

x-text

x-show

x-for

x-if

x-html

Events (Change Handling)

x-on (@)

x-effect

$watch

x-bind (:)