0.0.1 • Published 5 years ago

intrastore-thunk v0.0.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Intrastore Thunk

A Redux store meant to be shared within a single web app by its components.

This version uses Redux Thunk rather than Redux Saga. Thunk is generally easier for new developers, but it is more difficult to test against.

See the Microfront Reference Readme for more information.

See the Intrastore original package for the Redux Saga version.