In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

Vue 3.3 is out now

advanced-inertia.com - submitted by Boris Lepikhin

Vue 3.3 has just been released, and it introduces multiple quality-of-life developer experience features and improvements. The Vue.js team has resolved many long-standing pain points when using Vue with TypeScript, making it even easier to build completely typed codebases.

Read more [advanced-inertia.com]

Getting Started with Inertia.js and Laravel

harrk.dev - submitted by Harry Kirkman

Do you ever set out with a no-frills Laravel project, and swear by the bare minimum? No unnecessary dependencies - just Blade and HTML? But then you want a little bit of JavaScript on a page, and so you import Vue. But then you need a nice multi-select component, a datepicker, something else... and damnit, you've got a pseudo-SPA encased in Blade again? Let's check out Inertia.js!

Read more [harrk.dev]