▲ | javcasas 11 hours ago | |||||||
Your average veteran "front end engineer" has implemented las month half a dozen features that almost impossible to do server-side only, "just send the HTML, dude". Progressive enhancement, forms with fields depending on other fields, real time updates, automated retries when the backend is down, advanced date selectors, maps with any kind of interactivity. Any of the above is an order of magnitude harder to do backend-only vs backend API + any frontend. | ||||||||
▲ | cenamus 11 hours ago | parent [-] | |||||||
Who says you can't use any JS when doing server side rendering? And why would you even want progressive enhancement if you can just send the proper full version right away, without waiting for MBs of JS to "hydrate" and "enhance" the page | ||||||||
|