ValueMutation: add durations to the date value
create a emitter
ArrayMutation: exclude all specified values from the array
ArrayMutation: mutate the array items
mutate state with specified mutations
ArrayMutation: sort the array by selected value
ArrayMutation: pop a the last value from the array
ObjectMutation: mutate prop of the object with specified mutations
ArrayMutation: push multiple values to the array
ArrayMutation: remove items that matches predicate
ArrayMutation: remove items in the array by its indices
ArrayMutation: reverse array items order
ObjectMutation: set object prop to new value
ArrayMutation: remove the first item in the array
ArrayMutation: sort the array
ArrayMutation: remove 'deleteCount' items at 'start' position then insert 'items' to that position
ArrayMutation: swap two item values of the array
ValueMutation: toggle the boolean value
ObjectMutation: remove object props
ArrayMutation: add multiple values to array at beginning
get current respository that provided by Provider component
Generated using TypeDoc
a React hook to bind cubiz to current component. when cubiz state is changed, the component will be rerendered