react-on-screen
react-on-screen copied to clipboard
fix: use main lodash instead of lodash.throttle to make webpack bundles smaller
fix #55
I also added babel-plugin-lodash
so that there's low risk of anyone
importing additional lodash methods in an inefficient way in the future.
But if you want me to remove this and just use import throttle from 'lodash/throttle'
instead, let me know.