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

Function next

test/typescript/store.ts:210–212  ·  view source on GitHub ↗
(state: State)

Source from the content-addressed store, hash-verified

208observable = observable[Symbol.observable]()
209const observer: Observer<State> = {
210 next(state: State) {
211 console.log('current state:', state)
212 }
213}
214const unsubscribeFromObservable = observable.subscribe(observer).unsubscribe
215unsubscribeFromObservable()

Callers 5

loggerMiddlewareFunction · 0.70
promiseMiddlewareFunction · 0.70
thunkMiddlewareFunction · 0.70
customMiddlewareFunction · 0.70
thunkFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected