Explore LuckyCasts
Get started with a search, or browse the videos below. We're adding new content all the time, so be sure to check back often!
- August 17, 2020
Advanced Components - Named Slots
Adding named slots to your Lucky components can provide seemingly infinite flexibility and composability with very few trade-offs. In this episode, we walk through an advanced Lucky component concept and highlight some ideal usecases and code cleanup made possible by named slots.
3m 39s
Advanced
- August 11, 2020
Components - The Basics
Components are commonplace in web development on the client side in frameworks like Vue and React, but seem to be making their way into server-rendered applications a bit more slowly. In this episode, we walk through Lucky's take on components and how to use them.
5m 41s
Beginner