Alpine.js is a refreshingly minimal JavaScript framework that gives you the reactive nature of Vue and React, but with much more simplicity. This course will get you up to speed on how to use it, with plenty of practical examples along the way.
Adding reCAPTCHA to forms can get messy. Let's implement reCAPTCHA with a Laravel validation class, Alpine.js and a Blade component, so you're able to easily reuse checks across your entire app.
Just for fun, let's build a simple RSS reader with Alpine.js that fetches and renders entries from a list of your chosen RSS publications.
With a sprinkle of Alpine.js code, create a textarea that expands in height to fit content as a user types.
Learn how to create and trigger modals from pretty much anywhere in your app with Livewire and Alpine.js.