mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
livewire thread
This commit is contained in:
parent
a60370fbc9
commit
57ab16675e
18 changed files with 244 additions and 25 deletions
14
content/tips/use-wire-entangle-instead-of-entangle.md
Normal file
14
content/tips/use-wire-entangle-instead-of-entangle.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: 'Quick tip: Use $wire.entangle() instead of @entangle'
|
||||
tweet_id: ''
|
||||
thread_slug: obscure-livewire-tips
|
||||
author_username: samuelstancl
|
||||
images:
|
||||
- 'https://cln.sh/tjz7SC/download'
|
||||
created_at: 2021-04-09T17:25:56+02:00
|
||||
slug: 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue