590 search results for Turbo

Hey @lexhartman! Good question! You can use vue, ux-turbo, stimulus, etc with Webpack Encore just fine. So the REAL question is: can I use Encore & AssetMapper in the same project. The answer is: theoretically yes ...
weaverryan
weaverryan
Read Full Comment
... "symfony/ux-autocomplete": "2.x-dev", // 2.x-dev "symfony/ux-live-component": "2.x-dev", // 2.x-dev "symfony/ux-turbo": "2.x-dev", // 2.x-dev "symfony/ux-twig-component": "2.x-dev", // 2.x-dev ...
... *", "symfony/ux-turbo": "^2.0", "symfony/webpack-encore-bundle": "^1.13", "symfony/yaml": "6.2.*", "twig/extra-bundle": "^2.12|^3.0", "twig/twig": "^2.12|^3.0" }, "config": { "allow-plugins ...
... https://symfonycasts.com/screencast/turbo/mercure (and the next few chapters). The big difference there is that we're sending HTML in the Updates and using some external JS to parse that HTML and use it. You would send JSON ...
weaverryan
weaverryan
Read Full Comment
Stimulus Writing Pro JavaScript

... use a JavaScript framework like React? No! We're going to transform our app into a single page application in... about 3 minutes with Turbo.

8:00
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 ...