DEV Community

Ngwa Sedrick Meh
Ngwa Sedrick Meh

Posted on

TIL that code splitting is a must have for a performant React application

What I Learned

Today i learned code splitting in React. I have been hearing of it but never really understood why it was important till today.

And why exactly is this interesting?

While working on v2 of an open-source internet shutdown circumvention tool SMSWithoutBorders, code splitting helped improve page load speeds solving the problem of blank pages due to large bundle sizes

I found this tutorial helpful

Top comments (0)