v3 and mobx compatibility #1201
mikael-floden
started this conversation in
v3
Replies: 1 comment 1 reply
-
Hi, the primary purpose of v3 is to remove mobx and streamline the code a bit, since we don't use it on our newer projects, so the answer is no. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Will it still be possible to run datx with mobx after upgrading to v3?
We are running Angular and never disabled mobx (since we like the power and simplicity it gave us). What will happen when we upgrade to v3? Can we still use mobx autorun if we manually call makeAutoObservable on all models returned from the collection?
The combination datx + mobx was so powerful.
If v3 is still compatible with mobx, all help we can get on how to best restore the integration is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions