1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 21:34:03 +00:00
laravel-tips/content/tips/custom-response-effects.md
2021-04-09 18:47:19 +02:00

488 B

title tweet_id thread_slug author_username images created_at slug
Custom response effects obscure-livewire-tips samuelstancl
https://cln.sh/YjzF2w/download
2021-04-09T17:22:56+02:00 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