What is computed in MobX?

Computed values are automatically derived from your state if any value that affects them changes . Computed values can be optimized away in many cases by MobX as they are assumed to be pure. For example, a computed property won’t re-run if none of the data used in the previous computation changed.

Sizin İçin Seçtik  What is MobX store?

Leave a Reply

Your email address will not be published. Required fields are marked *