Description
Mobx latest version is v6 , big difference with v5. New observer pattern with makeObservable/makeAutoObservable
builtin function, migration guide is here .
ChangeList:
1. Drop Inject/Observer
pattern , and using react context (hooks version)
2. Using makeObservable
rather than decorate
3. Delete eslint relative deps (just a example, don't need so many eslint config for fast try)
Gatsby(@next)
not working with[email protected]
Example sceenshot
Documentation
Related Issues
N/A
I am mobxjs team member, so this is just a simple support for @mobxjs user commuity