-
-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Labels
enhancementNew feature or requestNew feature or request
Description
https://mobx.js.org/computeds.html#requiresreaction
It is recommended to set this one to true on very expensive computed values. If you try to read its value outside of the reactive context, in which case it might not be cached, it will cause the computed to throw instead of doing an expensive re-evalution.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request