6 min read React
Lazy loading and code splitting in React
Bartosz Łaniewski
Lazy loading is a well-known technique for improving performance and reducing the associated resources costs. It's so effective that it's…
6 min read React
Bartosz Łaniewski
Lazy loading is a well-known technique for improving performance and reducing the associated resources costs. It's so effective that it's…
12 min read React, Architecture
Bartosz Łaniewski
Maintaining large React projects can be a difficult task. Below are a few practices I’ve adapted over the years working with React projects…