mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +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/custom-response-effects.md
Normal file
14
content/tips/custom-response-effects.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: 'Custom response effects'
|
||||
tweet_id: ''
|
||||
thread_slug: obscure-livewire-tips
|
||||
author_username: samuelstancl
|
||||
images:
|
||||
- 'https://cln.sh/YjzF2w/download'
|
||||
created_at: 2021-04-09T17:22:56+02:00
|
||||
slug: custom-response-effects
|
||||
---
|
||||
|
||||
You can add custom data to response effects. Those are separate from component data, and act more like events.
|
||||
|
||||
You can use them when you have some JS code that looks at Livewire responses, and when you want more control than dispatching browser events
|
||||
Loading…
Add table
Add a link
Reference in a new issue