DEV Community

mehdi
mehdi

Posted on

Our current frameworks are O(n); we need O(1)

Our current frameworks are O(n); we need O(1)

As the complexity of applications increases, the amount of JavaScript downloaded increases (on a typical framework). The only way we can continue building more complex web applications in the future is to lazy load on interaction, not on initial load.

favicon builder.io

Top comments (0)