Go check out Caleb at JSNation Live demo-ing Alpine.js
I’ll be giving a talk on @Alpine_JS today at @thejsnation at 11:40 AM EST
It’ll be a quick 20 minutes. If you care you can watch it on YouTube Live: https://t.co/QR1yf9W9NR
(It’s free)
— Caleb Porzio (@calebporzio) June 19, 2020
This email is supported by Codecourse. Practical screencasts for developers (including Alpine.js!).
Finally figured it out. @LaravelLivewire + @Alpine_JS + @vuejs happy together. 🥰
Just load dependencies in this order 💪 pic.twitter.com/O1pHMvqVzD
— Andrés Santibáñez (@asantibanez) June 16, 2020
[Video] Realtime Private Messages with Laravel Livewire (Paid) by @teamcodecourse
Adding Quill Editor to a Livewire-Alpine.js App by @eduarguzher
Tutorial: Responsive Navigation with AlpineJS and TailwindCS by @WillRodRican
Tailwindcss dropdown with the use of Alpine.js by @Larapeakdev
[Video] Alpine.js Essentials - Laracasts by @jeffrey_way
For more posts like these, you can join the Alpine.js Handbook Knowledge Base (Paid), it’s a great way to support the newsletter and get early access to Alpine.js content.
ridgecss - A maximalist css framework for making web apps fast by @swlkr
A big release this week.
Features:
x-spread
directive (Allows you to bind an element to an object of Alpine directives and they will be “applied” (similar to x-bind=”{}” in Vue)), see the x-spread docs$el
from an x-data
expression x-transition
directivesx-model.number
is now supported for checkbox arraysFixes:
$nextTick
now waits until a transition is completely started (an extra tick) until being called