core.blade.php 302 B

12345
  1. # Livewire
  2. - Livewire allow to build dynamic, reactive interfaces in PHP without writing JavaScript.
  3. - You can use Alpine.js for client-side interactions instead of JavaScript frameworks.
  4. - Keep state server-side so the UI reflects it. Validate and authorize in actions as you would in HTTP requests.