Skip to content

index.ts

This module provides utility for creating custom Redux actions.

Added in v0.0.0

exports

From ”./Actions.js”

This module provides utility for creating custom Redux actions.

Signature

export * as Actions from "./Actions.js"

Added in v0.0.0

From ”./Operators.js”

This module provides utility for working Stream-based Redux interactions. It includes analogues to Redux Saga helper functions.

Signature

export * as Operators from "./Operators.js"

Added in v0.0.0

From ”./Sonnet.js”

This module provides the core Redux middleware for instantiating a Redux Sonnet.

Signature

export * as Sonnet from "./Sonnet.js"

Added in v0.0.0

From ”./Stanza.js”

This module provides the core Redux middleware for instantiating a Redux Sonnet. It includes analogues to redux-observable’s Epics.

Signature

export * as Stanza from "./Stanza.js"

Added in v0.0.0