Compose components using traits
- ·
- Telegram
- ·
- Newsletter
Traits are a powerful way to reuse functionality between Livewire components.
They're generally better than component nesting, since that comes with more complexity and worse performance.
Next up: Advanced trait examples