Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suggest mobx-log instead of mobx-logger
Almost 1 year ago I had find a logger for Mobx. I stumbled upon `mobx-logger`, tried it, but unfortunately its output was limited with Mobx 6. I created an issue: winterbe/mobx-logger#34 The issue has no response since then. Last publish of the package was 4 years ago: https://www.npmjs.com/package/mobx-logger It looks like the package isn't maintained anymore. I've created `mobx-log` to have Mobx 6 compatible logger. This packages is new and less popular (25 stars VS 230 stars, [503](https://www.npmjs.com/package/mobx-log) weekly downloads vs [3997](https://www.npmjs.com/package/mobx-logger)), but it includes more. - Chrome formatters for ES6 Proxy - Access to stores via browser console - The issues are being addressed (so far 😅) [1](kubk/mobx-log#9), [2](kubk/mobx-log#23)
- Loading branch information