diff --git a/2.x/introduction.md b/2.x/introduction.md index 5ac17e3..5a88b66 100644 --- a/2.x/introduction.md +++ b/2.x/introduction.md @@ -16,7 +16,7 @@ Laravel Jetstream offers your choice of two frontend stacks: [Livewire](https:// ### Livewire + Blade -[Laravel Livewire](https://laravel-livewire.com) is a library that makes it simple to build modern, reactive, dynamic interfaces using Laravel Blade as your templating language. This is a great stack to choose if you want to build an application that is dynamic and reactive but don't feel comfortable jumping into a full JavaScript framework like Vue.js. +[Laravel Livewire](https://laravel-livewire.com) is a library that makes it simple to build modern, reactive, dynamic interfaces using Laravel Blade as your templating language. This is a great stack to choose if you want to build an application that is dynamic and reactive, and is a great alternative to a full JavaScript framework like Vue.js. When using Livewire, you may pick and choose which portions of your application will be a Livewire component, while the remainder of your application can be rendered as the traditional Blade templates you are used to. diff --git a/2.x/stacks/livewire.md b/2.x/stacks/livewire.md index 0f28f69..a9d9e60 100644 --- a/2.x/stacks/livewire.md +++ b/2.x/stacks/livewire.md @@ -4,7 +4,7 @@ ## Introduction -Laravel Livewire is a library that makes it simple to build modern, reactive, dynamic interfaces using Laravel Blade as your templating language. This is a great stack to choose if you want to build an application that is dynamic and reactive but don't feel comfortable jumping into a full JavaScript framework like Vue.js. +Laravel Livewire is a library that makes it simple to build modern, reactive, dynamic interfaces using Laravel Blade as your templating language. This is a great stack to choose if you want to build an application that is dynamic and reactive, and is a great alternative to a full JavaScript framework like Vue.js. When using Livewire, your application's routes will respond with typical Blade templates. However, within these templates you may render Livewire components as necessary: