npm.io
0.0.3 • Published 7 years ago

@saber2pr/use-reducer

Licence
ISC
Version
0.0.3
Deps
4
Size
3 kB
Vulns
0
Weekly
0
Stars
2

@saber2pr/use-reducer

npm i @saber2pr/use-reducer

API

export const initState = {
  current: 100,
  delta: 1
}

export const [getState, useReducer] = createStore(state)

// useReducer
const [state, dispatch] = useReducer(reducer, initialState)
// const [state, dispatch] = useReducer(reducer, initialState, initialAction)

// getState
const globalState = getState()

Author

saber2pr

Keywords