MCPcopy
hub / github.com/reduxjs/redux / increment

Function increment

examples/universal/common/actions/index.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8})
9
10export const increment = () => ({
11 type: INCREMENT_COUNTER
12})
13
14export const decrement = () => ({
15 type: DECREMENT_COUNTER

Callers 2

incrementIfOddFunction · 0.70
incrementAsyncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…