Quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

Inertia.js retweeted
Completion for Inertia pages. Page components path can be configured in the Settings | Languages & Frameworks | Laravel Idea | Laravel Packages. Multiple paths can be set separated by ";" Thanks for @brendt_gd and @ClaudioDekker for proposal
2
1
26
Thanks for your support Devin! 💜
1
Huge thanks to @muhamet_sherifi for becoming our latest sponsor! 💜 inertiajs.com/sponsors
1
18
This is going to be handy for Inertia.js apps. 🙌
The new teleport feature in @vuejs 3 is sweet! 🍭 Not only can you render elements elsewhere in the DOM, you can even use this to set head metadata from within your components, such as the page title. 🔮 v3.vuejs.org/guide/teleport.…
4
30
Inertia.js retweeted
So, I think we may have cracked modals in @inertiajs. 😱 ✅ Server defined modal routes ✅ Navigate to modal routes to open ✅ Navigate away to close ✅ Forward/back modal history navigation ✅ Full page modal visits ✅ Modal to modal visits ✅ Flexible positioning via portals
39
52
555
Inertia.js retweeted
I want to try Inertia.js. Should I use it with Vue, React or Svelte?
15
1
8
Inertia.js retweeted
Preach it @BilalBudhani! 🙌
4
6
139
Inertia.js retweeted
💁🏻‍♂️ I just updated the lazy data evaluation documentation on the @inertiajs website to include the new Inertia::lazy() option. Now we need to get this feature added to the Rails adapter! 😆 inertiajs.com/partial-reload…
2
6
68
🚀 A couple more releases just went out, this time fixing some bugs. ⭐️ @inertiajs/inertia@v0.6.1: github.com/inertiajs/inertia… ⭐️ @inertiajs/progress@v0.2.1: github.com/inertiajs/progres… Update your stuff! 🐞🔫
4
🚀 We just released inertiajs/inertia-laravel@v0.3.3, which adds support for lazy props. Lazy props are data that's not included on the initial visit to a page, but instead "lazily loaded" after the fact using a partial reload. 🔃 ✅ Release notes: github.com/inertiajs/inertia…
1
3
44
Inertia.js retweeted
This idea is now a reality in the Laravel adapter! 😍 github.com/inertiajs/inertia…
2
4
38
Inertia.js retweeted
So, @sebdedeyne came up with an awesome idea to improve partial reloads in @inertiajs by adding the ability to mark a prop as "lazy" server-side. This will prevent this prop from being included on the initial visit to the page—helpful for "expensive" data (ie. 3rd party APIs).
6
16
183
Inertia.js retweeted
I just hit publish on a brand new page in the @inertiajs docs on creating custom page progress indicators. 🟪🟪🟪🟪🟪🟪🟪⬜️⬜️⬜️ I walk through it step by step, explaining how to implement it in four lines of code, up to a polished 28 line version. ✨ 👉 inertiajs.com/progress-indic…
3
4
58
Big thanks to @TimodeWinter1 for sponsoring Inertia.js! 💜 inertiajs.com/sponsors
2
Inertia.js retweeted
I often get asked how to handle plain JSON requests with Inertia. For example, to populate a search select input. The answer is simple: just use xhr/fetch and plain JSON server responses in these situations. Not all responses in an Inertia app *need* to be Inertia responses. 👍
2
6
62
Inertia.js retweeted
So #reactjs and #vuejs are pretty awesome. But when you combine them nicely with #PHP you can make your life pretty easy. Just started getting my feet wet with @inertiajs and I love it so far.
1
1
8
Inertia.js retweeted
This release fixes some really tricky edge cases with the event system that made creating custom loading indicators harder than it needed to be. 🐙 With this done, I'm now going to add a whole page to the documentation about custom loading indicators! 🔮 🟪🟪🟪🟪⬜️⬜️⬜️⬜️⬜️⬜️
🚀 We just hit publish on inertia@v0.6.0, which includes some important updates to the event system. In particular, the "finish" event now fires in the right sequence. ⚠️ There's some breaking changes. 👨🏻‍💻 See the release notes for upgrade instructions: github.com/inertiajs/inertia…
2
3
45
🚀 We just hit publish on inertia@v0.6.0, which includes some important updates to the event system. In particular, the "finish" event now fires in the right sequence. ⚠️ There's some breaking changes. 👨🏻‍💻 See the release notes for upgrade instructions: github.com/inertiajs/inertia…
2
1
22
We also released three adapter updates as well, including: ⭐️ inertia-vue@v0.4.1 ⭐️ inertia-vue3@v0.2.1 ⭐️ inertia-react@v0.4.1 These updates add support for the new onBefore() event callback. You'll need to upgrade @inertiajs/inertia to 0.6.0 to use this new callback. 👍
1
4
And finally, the last release is progress@v0.2.0. This updates the library to take advantage of the improved "finish" event handling in inertia@v0.6.0. Again, you'll need to upgrade @inertiajs/inertia to 0.6.0 to take advantage of this. github.com/inertiajs/progres…
3