585 search results for Turbo

Preloading

... that's what loads our controllers, and @hotwired/turbo is also critical. When we refresh... nothing changes: we just have more modulepreload items in the HTML. If we run Lighthouse one more time, we're still scoring 100 ...

9:14
Entity Class

... our system. So let's create a new class called VinylMix. Then answer no for broadcasting entity updates: that's an extra feature related to Symfony Turbo. Ok, here's the important part: it asks which properties we want ...

8:59
Ajax Form Response Status Codes

... errors. As a bonus, doing this on your forms will play super nicely with Stimulus's sister technology Turbo. Oh, and by the way, in Symfony 5.3, there is a new renderForm() shortcut in your controller, which will ...

9:36
... input does. I want this col-4 section to load separately, because it doesn't always need to update, and I also want to break up a complicated page. I thought "hey, turbo frame or streams, right?" Here's the stream ...
Blog
2023 A Year in Tutorials Open Source

... pages. And this is more than a re-skinning: it's a chance for us to embrace the LAST Stack principles: leverage Turbo, delete a lot of custom JavaScript and use Stimulus everywhere. It's fantastically fun to work with ...