Improving Recharts performance
Achieving an 1.8x speedup by reducing DOM measurements.
Nov 19, 20238 min read1.6K

Search for a command to run...
Articles tagged with #reactjs
Achieving an 1.8x speedup by reducing DOM measurements.

Hey, there! I have recently built a gallery for my personal website and I'd like to share some of the knowledge I acquired. In this post we will be developing a Photo Gallery, from adding a directory with pictures and querying them in GraphQL to disp...