Powered By Olvy

improvement
Blog
14 April 2021
release-featured-image

Check our newest blogpost about dynamic import of JavaScript modules and the lazy loading of React components.

We will examine through a real example how they work and how we can make our web application faster by reducing our initial bundle size. It is common to use TypeScript for its static type system. We often need types from our dependencies, but if we don't pay attention it can ruin our hardly achieved code splitting. I will show you a fairly new syntax to avoid it.