Skip to content

Instantly share code, notes, and snippets.

@odoe
Created April 19, 2019 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odoe/a77d9afed23dc7c23e393645cda902aa to your computer and use it in GitHub Desktop.
Save odoe/a77d9afed23dc7c23e393645cda902aa to your computer and use it in GitHub Desktop.
import {
createProcess,
createCommandFactory
} from "@dojo/framework/stores/process";
import { replace } from "@dojo/framework/stores/state/operations";
import { State, Item } from "../interfaces";
// commandFactory typed to my application state
const commandFactory = createCommandFactory<State>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment