Good read! SSR really helps with performance and SEO, but I’ve also found it useful in document automation. We use SSR-like techniques for generating PDFs from HTML on the server side, which helps maintain layout consistency and handle dynamic content better than client-side rendering. Curious have you run into any cases where SSR didn’t fully solve the problem, or do you think it’s the way forward for most apps?
efortis|1 year ago
2. Validation
In the same way the backend can respond with the problems in a 4xx3. Security
Conditionally rendering a delete button has nothing to do with security.4. Secured file downloads
An SPA can have normal links as well. But the main problem here is implying that you can handle that security on the client.---
SSR for CRUD apps is fine, but this article critiquing SPAs with innacurate examples, and in cases equating them with bloated tech.
PDFBolt|1 year ago