davidhu2000 / react-spinners

A collection of loading spinner components for react
https://www.davidhu.io/react-spinners
MIT License
3.01k stars 261 forks source link

replace react-color with react-colorful, optimize build bundle #537

Closed davidhu2000 closed 1 year ago

davidhu2000 commented 1 year ago

What changes are introduced?

saved around 400kb worth of js files. Alot of old files shouldn't have been included like testing-library, but most likely because of the line

import * as Spinners from "../src";

and the test file being in the src folder that caused the testing library to be included. Removing that took away a lot of the js vendor files.