mobxjs / mobx-react-devtools

[DEPRECATED] Tools to perform runtime analyses of React applications powered by MobX and React
MIT License
1.23k stars 49 forks source link

mobx-react shouldn't be required if only using mobx-react-lite #114

Open pdeva opened 5 years ago

pdeva commented 5 years ago

in our new project, we are using only functional components with react hooks. thus, we only need mobx and mobx-react-lite as dependencies.

however, if we use mobx-react-devtools, then it requires mobx-react.

mobx-react shouldnt be required for using mobx-react-devtools, if the project only uses mobx-react-lite

mweststrate commented 5 years ago

The devtools largely don't apply to lite, so adding them doesn't add anything at this point in time.

Op di 2 apr. 2019 23:13 schreef pdeva notifications@github.com:

in our new project, we are using only functional components with react hooks. thus, we only need mobx and mobx-react-lite as dependencies.

however, if we use mobx-react-devtools, then it requires mobx-react.

mobx-react shouldnt be required for using mobx-react-devtools, if the project only uses mobx-react-lite

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mobxjs/mobx-react-devtools/issues/114, or mute the thread https://github.com/notifications/unsubscribe-auth/ABvGhPUEbiQhcC3CdY22sF_kUU0WN3GVks5vc7nmgaJpZM4cZBs- .

jayteen commented 11 months ago

the same questions