Skip to content

presentationReducer()

Pure reducer for presentation state — useful in tests and advanced tooling.

import { presentationReducer } from '@react-slides/core'
const next = presentationReducer(state, { type: 'NEXT' })