I am really enjoying leaning into Turbo and Hotwire.

My one blindspot is still how I can trigger or receive/process Turbo stream messages via Stimulus controllers.

Anyone have any resources on this specifically?

#ruby #rails #turbo #hotwire #hotrails

@simmonli I don't have any resources, but every turbo stream is a "self destructing element"

There's this by Roland Studer

https://dev.to/rolandstuder/custom-turbo-stream-actions-2gh1

Custom Turbo Stream Actions

Turbo Hotwire is neat, I really like the simplicity of Turbo frames. But after having used CableReady...

DEV Community