does the method set() re-render for the component? mobx

Viewed 13

I have an observable.box and update the values in it using the set() method. Then my component is re-rendered. Did it happen because of this method?

0 Answers
Related