Skip to content

Commit

Permalink
Suggest mobx-log instead of mobx-logger
Browse files Browse the repository at this point in the history
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
kubk authored Jul 15, 2022
1 parent 5e6584b commit a0f9e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,4 +525,4 @@ Help! My component isn't re-rendering...
1. Make sure you grok how tracking works in general. Check out the [Understanding reactivity](understanding-reactivity.md) section.
1. Read the common pitfalls as described above.
1. [Configure](configuration.md#linting-options) MobX to warn you of unsound usage of mechanisms and check the console logs.
1. Use [trace](analyzing-reactivity.md) to verify that you are subscribing to the right things or check what MobX is doing in general using [spy](analyzing-reactivity.md#spy) / the [mobx-logger](https://github.com/winterbe/mobx-logger) package.
1. Use [trace](analyzing-reactivity.md) to verify that you are subscribing to the right things or check what MobX is doing in general using [spy](analyzing-reactivity.md#spy) / or [mobx-log](https://github.com/kubk/mobx-log) package.

0 comments on commit a0f9e7c

Please sign in to comment.