mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
482 B
482 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Quick tip: Use $wire.entangle() instead of @entangle | obscure-livewire-tips | samuelstancl |
|
2021-04-09T17:25:56+02:00 | use-wire-entangle-instead-of-entangle |
It's good to get into the habit of using $wire, since it provides a full communication layer for your Livewire component.
It also doesn't run into issues when you use it inside single quoted attributes.