Advertisement · 728 × 90

Posts by Pascal Baljet

Post image

About time! 🥵

5 hours ago 0 0 0 0

Not seeing the tracks and meters reveals what you were missing. You hear the result instead of the process.

1 week ago 2 0 0 0

A trick I learned with music production: If you're checking the end result, consume it in a different context.

Use your website on another device with another browser, read your docs in a viewer other than your editor, bounce your song and listen to it outside of your DAW, etc.

1 week ago 4 1 1 0

I'm doing one more round of reading through all of Inertia Table's documentation. If everything goes well, I will release the next major version this Wednesday.

1 week ago 1 0 0 1
Preview
How we use Inertia v3 optimistic updates in There There | freek.dev A few months ago we started building There There, a helpdesk we're making at Spatie. The premise is simple. After two decades of running customer support for our open source work and our SaaS apps, we...

Optimistic Updates with Inertia 3 🔥

freek.dev/3085-how-we-...

1 week ago 4 1 1 0

💅

1 week ago 1 0 1 0
Post image

I'm redesigning the Inertia Table website 👀

If you're using it and want to be featured, send me a DM with a testimonial. I'll include a backlink to your project or company 🙏

1 week ago 0 0 0 1

Inertia Table 4 is not just a dependency bump. Topbar slots, sticky right columns, action tooltips, dynamic confirmations, custom filter components, bulk page selection, prefetch, full TypeScript support with generics, and more...

Free upgrade for existing users ✨

2 weeks ago 6 2 1 0
Advertisement
Preview
Changelog | Laravel 13.x - The clean stack for Artisans and agents Laravel is a PHP web application framework with expressive, elegant syntax. We've already laid the foundation — freeing you to create without sweating the small things.

The March Laravel Open Source changelog is out!

This is what you call in the industry a "beefy month"

- Laravel 13
- Inertia v3
- Teams in Starter Kits
- New 𝚕𝚊𝚛𝚊𝚟𝚎𝚕-𝚋𝚎𝚜𝚝-𝚙𝚛𝚊𝚌𝚝𝚒𝚌𝚎𝚜 skill for Boost
- Slew of new Prompts components

The list goes on (and on) (and on)

🛳️🛳️🛳️

laravel.com/docs/changelog

2 weeks ago 10 3 1 0
Post image

Date filtering has become much more advanced in the next version of Inertia Table 🔥

2 weeks ago 2 0 0 1

Yeah, I'm on the Max plan now, and in return, I've got one beautiful music player.

My library is stored on a NAS, and the search is super fast and actually works compared to the built-in macOS Music app. Claude is now tweaking the animations. This thing must be beautiful.

2 weeks ago 1 0 0 0
Post image

This might end up being an expensive day for tokens

2 weeks ago 2 0 0 1
2 weeks ago 1 0 0 0
Post image

Inertia Table 4 on its way: Inertia 3 support, plus Headless UI and Axios ripped out entirely. Replaced with the Vanilla package, the same primitives that power Inertia Modal. If you're using both packages, your bundle just got significantly lighter.

3 weeks ago 4 0 0 0
Preview
Solo — The workspace for your agents and dev stack Run AI coding agents alongside your dev server and queue workers. Visual dashboard, auto-restart, MCP integration. 25MB, not another IDE.

The MCP integration in Solo alone is worth it.

It's super useful for multi-process projects. The Modal and Table packages run Vite for React and Vue builds, plus Vite + 'artisan serve' for the demo app. The agent now manages all of that without ps/grep/pkill/lsof gymnastics.

soloterm.com

3 weeks ago 2 1 0 1
npmx

We just published our @svelte.dev Laravel Echo adapter, allowing you to easily consume WebSocket events within your Laravel + Svelte app!

Now everything in our client-side ecosystem has the complete React/Vue/Svelte trifecta 🤝

📡📡📡

npmx.dev/package/@lar...

3 weeks ago 16 3 0 1
Preview
PHPAmersfoort Monthly Meetup: Modern front-end: Laravel + Inertia. js, di 14 apr 2026, 19:00 | Meetup After not having the the monthly meetup of march, we are back on **14 april** at **Enrise**! Pascal Baljet will join us to talk about Laravel and Inertia. js! Enrise is ea

I'll be speaking at next month's PHPAmersfoort meetup on April 14th about building modern SPAs with Laravel and Inertia.js. Come hang out! 👋

www.meetup.com/nl-nl/phpame...

3 weeks ago 4 0 0 0

New Modal version tagged 🔥

Docs have been updated as well: inertiaui.com/inertia-moda...

3 weeks ago 5 1 1 0
Advertisement

After that, I'll tag a new version of the Table package. I've got a PR ready as well; I just need to tag the Modal package first. 😇

3 weeks ago 0 0 0 0

My Modal package will soon receive support for Inertia 3. The PR is ready! I just need to verify it works with the new Inertia Vite plugin.

It'll be a major new version, so we can move away from Axios as well. I'll maintain two major versions in active development for a while.

3 weeks ago 5 0 1 1
Preview
Inertia v3: What's Changed Since the First Beta | Laravel - The clean stack for Artisans and agents What changed in Inertia v3 since the first beta: simpler layout props, Vite 8 support, a withApp callback, and new Blade components.

v3 also includes instant visits, layout props, custom error pages, a built-in XHR client replacing Axios, and much more.

Blog post: laravel.com/blog/inertia...
Upgrade guide: inertiajs.com/docs/v3/gett...

3 weeks ago 5 0 0 0
Post image

Introducing the useHttp hook. The same developer experience as useForm, but for plain HTTP requests. Reactive state, error handling, file upload progress, and request cancellation, all without triggering a page visit.

3 weeks ago 6 0 1 0
Post image

Optimistic updates are now built into Inertia. Chain optimistic() before any router visit to apply changes instantly. If the request fails, props revert automatically 💫

3 weeks ago 5 0 1 0
Post image

The new @inertiajs/vite plugin handles page resolution, code splitting, and SSR setup automatically. Your entire entry point can now be a single function call. SSR in development no longer requires a separate Node.js server either. Just run `composer dev` ⚡️

3 weeks ago 4 0 1 0

Today we're releasing Inertia 3! 🚀

It's packed with new features, a better developer experience, and fewer dependencies. Here's what's new 🧵

3 weeks ago 24 4 1 0

I definitely won't tell anybody 😇

3 weeks ago 0 0 0 0
Advertisement
Preview
Upgrade Guide for v3.0 - Inertia.js Documentation

The <x-inertia::head> component accepts meta tags and titles in its slot as a non-SSR fallback. This content only renders when SSR is not active, preventing duplicate tags.

Upgrade and take it for a spin! 🚀

inertiajs.com/docs/v3/gett...

4 weeks ago 1 0 0 0
Post image

One more Inertia 3 beta! We've added Blade components to the Laravel adapter.

You can now use <x-inertia::app /> and <x-inertia::head> instead of the inertia/inertiaHead directives. The directives still work, so no breaking changes! 🎯

4 weeks ago 10 2 2 0
Inertia v3 Deep Dive w/ Pascal Baljet
Inertia v3 Deep Dive w/ Pascal Baljet YouTube video by Laravel

Last Wednesday, Leah and I did a deep dive into Inertia 3. Check it out!

www.youtube.com/watch?v=bhUX...

1 month ago 4 0 0 0

We have a new Inertia 3 beta for you! It adds support for Vite 8 and simplifies the Layout Props feature.

The ‘useLayoutProps’ hook has been removed, and layout props are now passed to the layout component as regular props 👌

Please upgrade and share your feedback with us! 🙏

1 month ago 4 0 1 0