By Bartosz ŁaniewskiReact, Architecture
How to write better React with Compound Components?
When building React applications, we often create components meant to be used together – think of a Select and an Option or a Tab and a TabContent. Those…
By Bartosz ŁaniewskiReact, Architecture
When building React applications, we often create components meant to be used together – think of a Select and an Option or a Tab and a TabContent. Those…
By Bartosz ŁaniewskiReact
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…
By Bartosz ŁaniewskiReact, 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.…