Converting a NextJS App to Laravel Livewire

You might be surprised to learn that I think React Server Actions and React Server Components are a step in the right direction. In fact, I think it means there’s even less of a learning curve if you’re wanting to jump into Laravel because Laravel Livewire (specifically Volt) has a very similar DX feel to NextJS Server Actions and Server Components. So, after I watched a video from @leerob showing off Server Actions and Server Components, I wanted to show what the same application might look like... in Laravel and Livewire. Links: Original Video: NextJS version: NextJS repo: Livewire version: Livewire repo:
Back to Top