MicheleBertoli / react-automata

A state machine abstraction for React
MIT License
1.34k stars 60 forks source link

Wrap propTypes with env check - allows to remove them from production… #51

Closed Andarist closed 6 years ago

Andarist commented 6 years ago

… bundles

Minified+Gzipped sizes Pre - 2305 bytes Pre - 2233 bytes

Reduction - 3% 💰

Tested with:

npx uglifyjs dist/react-automata.js -cm --toplevel | gzip -c | wc -c
MicheleBertoli commented 6 years ago

You are awesome @Andarist. Thank you very much!

Andarist commented 6 years ago

This was the last one. Can't squeeze anything more out of this 😉