Re-Render the full page server side, app takes response, applies only the changes needed. Preserves scrolling state, etc.
Super simple pattern for building dynamic sites.
https://turbo.hotwired.dev/handbook/page_refreshes#morphing
It achieves 95% of the effect, and you maintain one implementation, not two.
Re-Render the full page server side, app takes response, applies only the changes needed. Preserves scrolling state, etc.
Super simple pattern for building dynamic sites.
https://turbo.hotwired.dev/handbook/page_refreshes#morphing