mifi / react-lottie-player

Fully declarative React Lottie player
MIT License
505 stars 53 forks source link

use rfdc instead of lodash.clonedeep for faster object cloning #71

Closed hood closed 2 years ago

hood commented 2 years ago

I know I'm really splitting hairs here, since what's being "boosted" is a one-off cloning operation, but free performance is like free beer, so why not?

:beer: Cheers!

mifi commented 2 years ago

nice!