Use with Vue
Immutability
Unlike React, Vue relies on reactivity system so you cannot use immutable system.
Therefore you can use commit
method to mutate the state directly
Last updated
Unlike React, Vue relies on reactivity system so you cannot use immutable system.
Therefore you can use commit
method to mutate the state directly
Last updated