This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/posts/2020/fixing-memory-leaks-in-web-applications.md
2023-12-13 10:36:58 -08:00

639 B

date title description draft tags
2020-02-26 Fixing memory leaks in web applications Part of the bargain we struck when we switched from building server-rendered websites to client-rendered SPAs is that we suddenly had to take a lot more care with the resources on the user's device. false
development

Nolan Lawson:

Part of the bargain we struck when we switched from building server-rendered websites to client-rendered SPAs is that we suddenly had to take a lot more care with the resources on the user's device.