▲ | hu3 10 hours ago | |
I think re-rendering headers, menu and footers for CRUD applications on every page change is suboptimal for CRUD web apps. An easy win is to replace just the page main content and keep headers, menu and footers between navigations in the system. | ||
▲ | port11 5 hours ago | parent | next [-] | |
Okay, but, like, how much worse is it to re-render the whole thing? And it's not like Turbo hasn't been around for more than a decade, doing exactly that, for free, automatically. | ||
▲ | purerandomness 9 hours ago | parent | prev [-] | |
That's a very good idea, and exactly what HTMX (and similar implementations) do. |