Skip to content

ReCorpus

Compare
Choose a tag to compare
@moribaleta moribaleta released this 04 Aug 05:57
· 27 commits to master since this release

Corpus - a collection or body of knowledge or evidence
holds a thunk builder function
Wrapper for ReSwiftThunk
adds a new property name for identification when using Middleware

ie.

struct CorpusAction : ReCorpus {
   func execute(dispatch: DispatchFunction, getState: StateFetch) {
       ///execute dispatch store action here
    }
}