Hi Michael and Josh,
Thanks for your new book and congratulations.
During development of a SPA, we usually focus on mockups, application logic, payload structure and business functionality. As we implement a new module, view, new feature of our SPA, we use variables, make DOM manipulations, add listeners to elements etc. which means increasing memory usage on client.
So if we ignore performance considerations during development, it is possile to come to a point that our app blows up browser's memory usage and our app responds very slow to events or even becomes non-responsive.
What would you suggest for performance considerations during development? Any tools to monitor / improve our apps mem usage? Or some
patterns / anti-patterns that we need to think about?
Thanks in advance