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 ŁaniewskiJavaScript, Architecture
Barrel files consolidate the exports of multiple modules into a single file. We use them to import a module using a single import statement without…
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.…