Skip to content

Commit

Permalink
Merge pull request #4184 from shaedrich/livewire
Browse files Browse the repository at this point in the history
Create topic "Livewire"
  • Loading branch information
ipc103 authored Jan 17, 2024
2 parents c6360d9 + 8d02596 commit 65dcba5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions topics/livewire/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
aliases: laravel-livewire
topic: livewire
display_name: Livewire
short_description: Livewire is a is a full-stack framework for Laravel that utilizes SSR and AJAX..
related: laravel, ajax, htmx, ssr, laravel-blade, alpinejs, laravel-echo, inertiajs, nuxtjs, nextjs
github_url: https://github.com/livewire/livewire
url: https://livewire.laravel.com/
logo: livewire.png
---
**Livewire** is a is a full-stack framework for Laravel that utilizes SSR and AJAX to dynamically load content from the server side without reloading the page. When using Livewire, you will create Livewire "components" that render a discrete portion of your UI and expose methods and data that can be invoked and interacted with from your application's frontend. Unlike other JavaScript frameworks like Vue and React, it doesn't just come with a client-side part but does most of its logic server-side.
Binary file added topics/livewire/livewire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65dcba5

Please sign in to comment.