You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doubting whether this is an issue or just something that needs clearing up (in respective README.md).
Hotwire consists of a number of things:
Turbo Drive accelerates links and form submissions by negating the need for full page reloads.
Turbo Frames decompose pages into independent contexts, which scope navigation and can be lazily loaded.
Turbo Streams deliver page changes over WebSocket, SSE or in response to form submissions using just HTML and a set of CRUD-like actions.
Seems like the project only deals with Turbo Streams. Is that the case? If yes, would it be possible to add an example(s) for Drive and Frames (much like what DHH is showing in the Hotwire demo). If no, can you maybe update the README.md to point to the code/example that deals with those other functionalities.
The text was updated successfully, but these errors were encountered:
I'm doubting whether this is an issue or just something that needs clearing up (in respective README.md).
Hotwire consists of a number of things:
Seems like the project only deals with Turbo Streams. Is that the case? If yes, would it be possible to add an example(s) for Drive and Frames (much like what DHH is showing in the Hotwire demo). If no, can you maybe update the README.md to point to the code/example that deals with those other functionalities.
The text was updated successfully, but these errors were encountered: