-
Hello there.
Recently, while implementing I18n localization, I found out something that seems pretty strange to me.
To switch between locales, I use `url_for(request.params.merge(locale: I…
-
https://github.com/hotwired/turbo/blob/e30d36bf56d020d63d87a8350d9d0361edd9b804/src/core/frames/frame_renderer.ts#L37
Using scroll-margins is the only feasible way to achieve "Don't scroll all the …
-
**tl;dr:** The current approach for integrating Turbo with Flowbite is using a mismatched strategy. As far as I can tell, it will only ever work for a certain subset of Turbo-enabled web applications.…
-
I have a form that does some live filtering using turbo streams in a form that does a requestSubmit() as you type. Since upgrading to Turbo 7.1 this approach seems to break and the browser renders th…
-
Hello,
Basically as the title says: after a Turbo form submission, if I redirect to the same page then the Stimulus lifecycle events don't fire. Any new Stimulus controllers that are in the redirec…
-
Hi!
We have a `` in our `body` as fallback to count analytics if JS is disabled (we didn't even think about this code - we just copy and pasted it in).
We noticed that, on a turbo navigation, th…
-
Hi!
Thank you for adding morphing! ❤️. I maintain the Symfony's LiveComponents package where we also morph. We frequently hit a problem with morphing + Stimulus that Turbo morphing also hits.
Re…
-
Two frameworks or libs I see much less mentions on social media are:
- https://capri.build/ - afaik came out around the same time as Fresh, and the funny part is, the logos are even similar. This one…
-
[CSS is a render blocking resource](https://web.dev/critical-rendering-path-render-blocking-css/), so normally the browser will wait for it to be loaded before continuing rendering the page.
When n…
-
As far as I can tell (and I could be missing something), the :broadcast_stream_to method is the only option when you want to use custom stream actions with custom attributes. The broadcast_action_to m…