replace

Replace is an action that involves overwriting an existing object.

Replace the whole object by writing down the name of it. You can also use destination path to point to the object you want to remove.

Example: replace name of User

dispatch(replace('User>name', "Crawfish Guy"))

Last updated