|
|
|
|
|
by HorizonShadow
1976 days ago
|
|
They don't really have any overlap. Hotwire is for replacing frames with content when navigating through anchors or form posts. StimulusReflex is performing RPC, then diffs the old page and the new page, updating changed elements. |
|
Turbo also has the possibility to gracefully degrade when js is not available (although I doubt this will be taken advantage of much in practice).