and
Used in a reducer with sideEffect to return a side effect:
reduceAnd {
state and sideEffect
}Content copied to clipboard
Used in a reducer with sideEffect to return a side effect:
sideEffect {
sideEffect and state
}Content copied to clipboard
Used in a reducer with sideEffect to return another side effect:
reduceAnd {
state and sideEffect1 and sideEffect2
}Content copied to clipboard