Vue - Inertia - Laravel - Tailwind

Joined January 2022
Photos and videos
Checkout Hybridly by @enzoinnocenzi
Hybridly is a set of tools that helps you build server-driven, client-rendered web apps 📦️ It's similar to Inertia, but it's focused on Laravel, Vite & Vue! - madewithlaravel.com/hybridly
1
266
VILT stack retweeted
So, I have started my “hobby” project which is my first #buildinpublic project. Just finalizing if I should go with VILT stack or TALL stack on that. I also found a great Javascript library which will be the base of my dream SaaS project! 😍. That will definitely be a VILT one
1
1
3
356
Remembering query strings for inertia navigation
Hey! This is how I do it: github.com/reinink/remember-… Basically just save the query strings for a specific endpoint to the session, so that when you return back to that page it automatically redirects to the latest "remembered" queries strings.
278
VILT stack retweeted
My favorite stack for building faster MVP. Front end: • Vue • Inertiajs • Tailwind CSS Back end: • Laravel ❤️ • PHP Databases: • Postgres • Redis Infra: Digital ocean $6/mo
8
6
83
5,284
VILT stack retweeted
Tip: If you want to test partial reloads with InertiaJS and Laravel, you can do it by passing some Inertia-specific Headers.
7
20
3,875
VILT stack retweeted
When using @inertiajs what's the best practice when you submit a form, and just want to clear the form and display a message? I know there's form.clear() but is there a recommended way?? #php #phpc #laravel
4
2
14
7,203
VILT stack retweeted
Vue, Inertia, Laravel and Tailwind (VILT) all the way.
7
5
78
12,595
VILT stack retweeted
14 Jan 2023
🚀 Inertia.js v1.0 is here! 🏆 Simplified library structure ✨ Improved TypeScript support 🏎️ Svelte SSR support ⌛Progress indicator now in core 🐆 SSR server now in core Upgrade guide: inertiajs.com/upgrade-guide Release notes: github.com/inertiajs/inertia…
62
214
1,009
205,844
VILT stack retweeted
Something I want to try and do more of in 2023: sharing stuff on here 😅 Outside of Tailwind Labs stuff, the last few weeks I've been working really hard to push Inertia.js 1.0 forward. Huge thanks to @jessarcher and @jordanpittman for all their help. Some highlights:
12
13
173
27,852
VILT stack retweeted
So @jessarcher came up with a great solution for cancelling visits in Inertia.js. Since Inertia visits are synchronous (like normal browser visits), we can just have a global `router.cancel()` method that always cancels the currently active visit. No more cancel tokens! 🥳
4
14
153
22,067
VILT stack retweeted
Working on trying to make the SSR story for Inertia.js a little simpler, so I decided to add artisan commands to the Laravel adapter to make it easier to start and stop the SSR server. Think I got it working! 🤙 PR here: github.com/inertiajs/inertia…
11
10
127
15,035
VILT stack retweeted
Has anybody successfully converted an app from Livewire to Inertia? Any tips you'd like to share?
11
1
19
VILT stack retweeted
Been thinking about the next release of Inertia (we've got a bunch of fixes in the works and some smaller new features), and I think I'm going to change the core library from being a peer dependency of the React, Vue and Svelte adapters to an actual dependency.
3
5
77
28 Jun 2022
free @inertiajs modals
28 Jun 2022
🌴 Meet Momentum Modal — a Laravel package that lets you implement backend-driven modal dialogs in Inertia apps. Define modal routes on the backend and dynamically render them when you visit a dialog route. Check out the demo app at modal.advanced-inertia.com
2
VILT stack retweeted
23 Jun 2022
We just released our first set of official Tailwind CSS site templates! 🥳 Beautifully designed, expertly crafted Next.js projects, built exactly the way we'd build them for production. And it's a free update for existing Tailwind UI customers ✨ tailwindui.com/templates
144
270
2,315
VILT stack retweeted
It's been 1.5 years or something since I started using Inertia.js, and I can't see myself building apps without it anymore. So when I return from paternity leave, I'll start an open-source @laravelphp @inertiajs project. It's not a package but a complete app 😎 #Laravel #PHP
5
3
76
VILT stack retweeted
📺 My latest @LaraconOnline talk on @inertiajs is now available! It covers the new SSR and dialog features. I like how this talk turned out — lots of interesting insights into the tricky problems we've been working hard to solve in Inertia.js. 🧠 youtube.com/watch?v=euKphNYA…
10
14
93
VILT stack retweeted
Been using @inertiajs for three years now and I still get giddy about how simple it makes things 🥰 Just used it to persist the selected snippet language to the server on the new Tailwind UI website. Saving state server-side and having it reactively update client-side is just 👌
11
12
158
VILT stack retweeted
I'm thinking about adding a global link click handler to Inertia.js for situations where you're working with raw HTML — that has links — but there's no way to use a real Inertia <Link> component. It would probably be opt-in only via an `inertia` attribute on the <a> element.
9
6
63
VILT stack retweeted
Working with @inertiajs, @laravelphp and Vue provides such an amazing developer experience 🤯 It’s such a good stack.
20
24
345