Skip to content

Instantly share code, notes, and snippets.

@MaximBazarov
Created July 1, 2018 08:31
Show Gist options
  • Save MaximBazarov/19a979d15abe9e42cb9406170763b977 to your computer and use it in GitHub Desktop.
Save MaximBazarov/19a979d15abe9e42cb9406170763b977 to your computer and use it in GitHub Desktop.
import Unicore
typealias ApplicationCore = Core<ApplicationState>
let core = ApplicationCore(
state: ApplicationState.initial,
mutate: mutate // pure function (ApplicationState, Action) -> ApplicationState
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment