Just deployed our first Inertia page in the Tailwind UI codebase!
Really nice to be able to do this incrementally — converting the whole app and then trying to do a giant merge/deploy would be a nightmare, but with Inertia it's easy to convert one page at a time.
We started converting the Tailwind UI codebase to Inertia.js and React today (with Laravel on the backend).
The hardest part is converting all the Blade files to React components, but it's so worth the effort.
A few things I love about it 👇