reducers/pageviews

(require("reducers/pageviews"))(state, action) → {Object} #

Reducer for actions that queues and clears events for being logged as virtual pageviews 0

Parameters:

Name Type Description
state Object | undefined
action Object
Source:

Returns:

The state resulting from reducing the action with the current state

Type
Object