4 ms·
This guy has gotten it so wrong I'm verging on mistaking it for a troll.
by duval 10y ago
This guy has gotten it so wrong I'm verging on mistaking it for a troll.
- ClayFerguson 10y agoNewsflash for ya: The whole world is moving to SPAs.
- flukus 10y agoYour world maybe. I'm not using any of those resources hemorrhaging nightmares..
- ClayFerguson 10y agoSwitching 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.
- duval 10y agoI spend all day writing SPA code and would be fired if my boss saw me do anything like that