Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"strict mode" equivalent in Mobx.dart? #509

Closed
fzyzcjy opened this issue May 29, 2020 · 2 comments
Closed

"strict mode" equivalent in Mobx.dart? #509

fzyzcjy opened this issue May 29, 2020 · 2 comments

Comments

@fzyzcjy
Copy link
Collaborator

fzyzcjy commented May 29, 2020

Hi thanks for the library! In javascript mobx, we have strict mode which can reduce many bugs. Thus I have searched this keyword in the mobx.dart but did not find any related documentations. Do we have it? Thanks!

@pavanpodila
Copy link
Member

Yes, we do have it in the form of reactive (read/write) policies that you can set on the ReactiveContext: https://mobx.netlify.app/api/context#reactive-policies

@fzyzcjy
Copy link
Collaborator Author

fzyzcjy commented Jun 1, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants