DEV Community

Discussion on: You're using too much JavaScript

Collapse
 
igorfilippov3 profile image
Ihor Filippov

I think, when You as developer start to design (architectural design I mean) your site.
You have to ask yourself a very important question. Is your site contenful (public for users) or private (corporate crm for example).

In 1st case, it is extremely necessary to limit your css and js bundles. In most cases it mean that You have to refuse of using SPA approach at all, cuz most of today SPA frameworks are not about performance.