Laracon DB
Laracon DB
Talks for "monolithic-applications" (2)
Inertia.js

A comprehensive talk about Inertia.js and how it enables building modern monolithic applications with Laravel and frontend frameworks like Vue. The speaker explains how Inertia works under the hood, demonstrates partial page reloads, shares data between components, and shows practical examples of implementing Inertia in Laravel applications. The talk includes live coding demos showing how to optimize page loads and handle data transfers between frontend and backend.

Getting Started with Inertia.js

A software engineer from Bremen, Germany presents an introduction to Inertia.js, explaining how it enables developers to build single-page applications within Laravel monolithic applications without the complexity of creating separate APIs. The talk covers installation, basic setup, key features, and common use cases while highlighting how Inertia.js maintains Laravel's core benefits.