Alpine.js was one of Daily.dev’s picks of the week.
Tales of Alpine.js adoption:
Components, Demos & more:
[Podcast] ViewComponent, Alpine.js, and embedding videos in ActionText - Remote Ruby
Building a Likes addon in Statamic 3 by Duncan McClean
Anonymous Alpine Components & An Alternative Approach to Computed Properties in Alpine.js by @ryangjchandler
Integrating Alpine.js + Pre/Server-rendered content by @hugo__df
Laravel Lessons: Views & Layouts by @stephenjudeso
A little bit of progress on Alpine.js devtools with support for booleans, numbers and alpinetoolbox.com apparently. Check this repo out for how to test an Alpine.js application.
Features:
.self
event modifier: @click.self="foo"
(only run if the event originated on the listening target)Fixes:
:value
on an <input type="radio">
with x-model as an attribute $nextTick
was finishing before certain refreshes were finished updating