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
The `method` attribute can be `morph` or `replace`, and the `scroll` attribute can be `preserve` or `reset`.
76
+
69
77
Server-side frameworks can leverage these streams to offer a simple but powerful broadcasting model: the server broadcasts a single general signal, and pages smoothly refresh with morphing.
70
78
71
79
You can see how the [`turbo-rails`](https://github.com/hotwired/turbo-rails) gem does it for Rails:
0 commit comments