← Back to context Comment by PoignardAzur 14 hours ago Are reactive updates based on deep equality or reference equality? 1 comment PoignardAzur Reply bosmarcel 13 hours ago It is based on ref. equality, so assignment through '=' will trigger an "effect".
bosmarcel 13 hours ago It is based on ref. equality, so assignment through '=' will trigger an "effect".
It is based on ref. equality, so assignment through '=' will trigger an "effect".