Patterns for Memory Efficient DOM Manipulation with Modern Vanilla JavaScript – Frontend Masters Boost
August 2, 2024
discuss[es] best practices to avoid excess memory usage when managing updating the DOM to make your apps blazingly fast™️.
Edge’s UI code (and other Microsoft applications that are implemented with web technologies) recently moved away from React to vanilla JS. VS Code is built with vanilla JS.
This article discusses why you might want or need to do that, and how to do so and in particular how to manage memory as you do.