Skip to main content

API Reference

The Redux Cool API surface is very tiny. It has only two Top-Level Exports

Importing#

ES6#

import {    reducersCreator,    actionsCreator} from "redux-cool"

CommonJS#

const {    reducersCreator,    actionsCreator} = require("redux-cool")