remove mobx, angular-mobx, lodash, lodash-es dependencies
See original GitHub issueCan we imagine this awesome lib without these depedances: mobx, angular-mobx, lodash, lodash-es
, they are totally increase my build size, tree shaking not works on them ! What people think ?
Cheers
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:11 (9 by maintainers)
Top Results From Across the Web
remove mobx, angular-mobx, lodash, lodash-es dependencies
I've added #526, but there has been no response. The full lodash library is ~526KB, which is entirely unnecessary given angular-tree-component ...
Read more >Get rid of whole lodash dependency when importing rx.js in a ...
First of all, I don't think rxjs has lodash in its dependencies. It has lodash in it's devDependencies but that shouldn't impact the...
Read more >libx - npm
Collection + Model infrastructure for MobX applications. Written in TypeScript. Install. # Depends on MobX and Lodash, it's BYOD (Bring Your Own ...
Read more >Central Repository: org/webjars/npm
... babel-plugin-transform-react-remove-prop-typ. ... granite-elements__ace-widget/ - - granite-elements__granite-js-dependencies-gr.
Read more >JavaScript Jabber - Podcast Addict
Dependency injections and malicious packages Network reliability and ... Elm React JavaScript React Round Up Create React App Angular MobX Redux Framework ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@elvisbegovic thanks for bringing this issue up again. I also thought about it and did not know there was already a discussion about it. angular-mobx is gone now, but mobx and lodash-es are still there and deep imports. We kept it the same for now to not introduce more breaking changes, but this should change.
@adamkleingit , thanks a lot, that helped!