Tag:  React.lazy

Lazy load components in React

Lazy loading in React was always possible. It wasn't so clear how to do it properly and how to handle all edge cases, as well as how to find all of them, because, like many things in life, we need first to encounter the problems, and only then can we be ready to handle them properly.