Hacker News new | ask | show | jobs
by duval 3453 days ago
This guy has gotten it so wrong I'm verging on mistaking it for a troll.
1 comments

Newsflash for ya: The whole world is moving to SPAs.
I spend all day writing SPA code and would be fired if my boss saw me do anything like that
Your world maybe. I'm not using any of those resources hemorrhaging nightmares..
Switching to an SPA will cause resource problems, if you have leaky memory use (i.e. maps or arrays that continually grow). An app that refreshes pages a lot (non-SPA) will have those bugs masked, because essentially every page refresh is a clean slate (release of memory). Don't blame the SPA-pattern itself for that problem.