Advanced trait design
- ·
- Telegram
- ·
- Newsletter
Let's look at the same trait again. It does two interesting things.
-
Livewire::listen() is superior to hydrate* and dehydrate* when you need access to specific parts of the lifecycle
-
The
instanceof self
check scopes the listener to the component