Hacker News new | past | comments | ask | show | jobs | submit login

No structural comparison:

MobX will stop dependant recomputation if the new value of an intermediate recomputation is equal to the previous value.

You also have the option of using structural equality instead of reference equality (and also you can use any custom equality comparison function)

https://mobx.js.org/refguide/computed-decorator.html#options...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: