mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
14 lines
454 B
Markdown
14 lines
454 B
Markdown
---
|
|
title: 'Call methods from JavaScript'
|
|
tweet_id: '1380545900020436996'
|
|
thread_slug: obscure-livewire-tips
|
|
author_username: samuelstancl
|
|
images:
|
|
- 'https://pbs.twimg.com/media/EyivLICXIAEX-40.jpg'
|
|
created_at: 2021-04-09T17:11:56+02:00
|
|
slug: 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!
|