Extra dependecies #7399
baltsevicha
started this conversation in
Enhancements & New Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 Feature
It would be cool to remove all state management libs from dependencies (like mobx)
Yes
Motivation
We use Redux in our project and we don't use mobx in our project, but We have some warnings that we need to change React version as mobx-react requires other versions in peer dependencies. It's not cool
Pitch
I don't think a navigation library should include dependencies like "mobx" or "lodash". I understand that it might be quite difficult to rewrite the library without using popular solutions. But having 2 different state management libraries in the same project sounds even weirder. Your library is downloaded over 20,000 times a week. I think if you make such an improvement, it will save a lot of resources in the aggregate.
Are you willing to resolve this issue by submitting a Pull Request?
Beta Was this translation helpful? Give feedback.
All reactions