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