Currently working on a Inertia.js server-side implementation for @CrystalLanguage with no framework dependencies. Lot of rough edges and features to implement, but looks promising!
Currently working on a Inertia.js server-side implementation for @CrystalLanguage with no framework dependencies. Lot of rough edges and features to implement, but looks promising!
Fusion — php стал ещё ближе к javascript
Каждый PHP-разработчик, работая с современными JavaScript-фреймворками, наверняка задумывался о том, как было бы здорово передавать данные напрямую в компоненты без танцев вокруг контроллеров и типов данных. Арон Френсис, видимо, тоже терзал себя этим вопросом, поэтому 4 февраля 2025 года на своём ютуб-канале представил новую веху развития фронтенда на Laravel — Fusion . В этом статье мы рассмотрим базовые принципы работы библиотеки и основные нюансы работы с ней.
It's so annoying that the thing I wanted the most from Inertia.js 2.0 is so extremely buggy.
Inertia::merge() was supposed to make infinite scrolling extremely trivial. But it just doesn't work properly with standard Laravel. Even the main Example from the documentation doesn't work…
I wanted to use it two times now and it's so annoying to use and it only works with compromises I don't want to make… Additionally to the ugly workaround code I have to write.
This is so "Un-Laravel"…
Well. I guess I have to talk about #InertiaJS at the @vuejs_berlin meetup in less than an hour.
Wish me luck I don't blackout or something. But I deleted over 50% of my slides and just created a small demo to look at the code and the result instead.
So maybe, that could work. I mean that's how I do it at work. But usually in German.
Lupus Decoupled Drupal brings Inertia.js-Style Development to Drupal. #InertiaJS #drupalCMS
https://drunomics.com/en/blog/inertiajs-style-development-drupal-lupus-decoupled-drupal-221
Aaron Francis is developing Fusion, a wrapper around #InertiaJS to allow to write PHP in Vue components : https://www.youtube.com/watch?v=sa3XHjG1Kgs
I’m curious to discover the use cases for it compared to Inertia.
Finished the preparations for a small presentation about #InertiaJS 2.0 for the developer meeting at work tomorrow.
I think it's a good start to build from there for a talk about Inertia.js in general at the @vuejs_berlin meetup next week.
No idea why but suddenly I really like talking in front of others. I'm not good yet I think, but I have fun.
In our case we're dealing with a *lot* of really unique reactive forms and 3d display elements, where not having to build out reactivity is a huge velocity advantage.
I've tried Livewire and other tech like it, but honestly, it's not quite there yet for a lot of complex use cases.
#Laravel + #InertiaJS + #Vue is what we're rolling with, and it's working out pretty great.
Oh nice! The Inertia 2.0 Beta is live. Pretty hyped for this release. I already have some things in my mind I can do with this for Questlog.
Some things not possible before or with a huge load of work. Some smaller things I can use to optimize Questlog. Especially in performance where I'm still not really satisfied with.
I like to see that there are no breaking changes when you use a modern version of Laravel and Vue. Especially when I read something like "The core library has been completely rewritten".
When I think of the last big release it was extremely annoying. But seems like it was worth the effort.
Inertia 2.0: Новые возможности для разработчиков
На конференции Laracon Тэйлор Отвел, создатель популярного PHP-фреймворка Laravel, представил Inertia.js версии 2.0 — самое крупное обновление с момента запуска этого пакета. Новая версия приносит множество полезных функций, которые значительно упростят разработку приложений на Laravel и Inertia.js.
Hardcover’s rewrite from Next.js to Rails is coming along nicely. Can’t wait to have the entire app in Rails!
One very nice find has been OJ Serializers + Types from Serializers ( https://github.com/ElMassimo/oj_serializers?tab=readme-ov-file + https://github.com/ElMassimo/types_from_serializers ).
This combo allows for TypeScript types for every serializer - making for a great TypeScript experience with Rails.
CakePHP Inertia plugin (v3.1.0)
https://github.com/CakeDC/cakephp-inertia/releases/tag/3.1.0
This sounds really awesome! Looking forward to update. Although I would like to use Livewire for newer projects, I'm stuck in some projects with Inertia. And this update makes it even better.
https://pascalbaljet.dev/taylor-otwell-announces-inertia-v2-at-laracon-us-2024-heres-whats-new
Some really interesting things coming to #Laravel & #InertiaJS. For a solo #webdev #Laravel is a pretty good choice. Much like modern #CSS, modern #PHP is a very different beast, (personally I’d rebrand it), heck even the @primeagen says nice things about #Laravel & #php.
Taylor Otwell announces Inertia v2 at Laracon US 2024 - Here’s what’s new!
#Laravel #InertiaJS #LaraconUS
https://pascalbaljet.dev/taylor-otwell-announces-inertia-v2-at-laracon-us-2024-heres-whats-new
Is there a way to get more descriptive errors out of #InertiaJS? "m is undefined" kinda sucks, you know?
Let's goooo! There has never been a better time to get on board with #InertiaJS
Inertia Table has been a great success so far! And due to high demand, here's the next big thing for Inertia UI:
Inertia Table for React
Complete feature parity with the Vue version, as well as easy customization and extensibility
I'm messing around to combine #Laravel 11 + #React via #InertiaJS and #ThreeJS for the WebGL 3D scenes