How to construct a heat map in React
By Jeff M Lowery
Heat maps are a great way of visualizing correlations among two data sets. With colors and gradients, it is possible to see patterns in the data almost instantly.
I went searching for a heat map implementation in npm, but was unable...
freecodecamp.org5 min read