mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
454 B
454 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Call methods from JavaScript | 1380545900020436996 | obscure-livewire-tips | samuelstancl |
|
2021-04-09T17:11:56+02:00 | call-methods-from-javascript |
Livewire's properties are extremely powerful, which often makes us forget that we can also call methods from the frontend.
Livewire gives you a full component API. Use it!