Category: Alpine
Optimistic UI Tricks for Livewire and Alpine
There's been a lot of debate in the last few weeks on the merits of building web apps with HTML-over-the-wire vs. using popular JavaScript libraries like Vue and React, and how that choice affects the experiences of end users and developers.
Snippet 5: Creating a simple, but cool delete button with Alpine.js and TailwindCSS
Sometimes ideas pop into my head that I don't immediately need, but I think are a good exercise. So I carve out 15 minutes of my day to code an example to learn and save to my library of components for future use.
Anthony Rappa
Alpine Tailwind Series: Tailwind CSS Dark Mode
Extending Tailwind CSS dark mode to use system preference
In a previous article, I showed you how to use Tailwind CSS to enable a dark theme on your application. Let's take it one step further and have it prioritize the user's system theme settings first.
Anthony Rappa
Tailwind Alpine Series: Tailwind CSS Dark Mode
Enabling dark mode in Tailwind CSS
I had never implemented dark mode in Tailwind before, but it was such a breeze I decided to make it even easier for you.
Anthony Rappa
Alpine Livewire Laravel Javascript Blade
Embracing the love between Livewire and Alpine
Building with new tools is hard, especially when it goes against what you've learned about the client and server in the past. Livewire and Alpine are built for each other and here's how you make the most of that relationship.
Anthony Rappa