aaronzshey / react-hexgrid

Build interactive hexagon grids with React
https://main--66a5393443e58f4dc4f0ca6b.chromatic.com/
MIT License
1 stars 0 forks source link

Remove react-use as a dependency #7

Open aaronzshey opened 3 months ago

aaronzshey commented 3 months ago

In src/stories/way-of-life, we import react-use, a 500kb+ package, just to use useInterval. There's probably a way to code our own, or just copy the useInterval code from them (they use the Unlicense license)