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 #javascript
Achieving an 1.8x speedup by reducing DOM measurements.

Hey there! I have been exposed to snapshot tests recently and I am still trying to find out why they are so frequently used to test React applications. To me, they seem brittle, hard to maintain, vague and prone to false negatives. In my opinion, the...

Hello, dear reader! I have been working full time with OpenLayers for the last three months and, given the lack of up-to-date tutorials on how to use this incredible library, I felt that it was my moment to give back to the community. This tutorial w...