Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created November 12, 2020 07:08
Show Gist options
  • Save guillaumewuip/c2e9ec50d8ae9c43527de06fb54a632a to your computer and use it in GitHub Desktop.
Save guillaumewuip/c2e9ec50d8ae9c43527de06fb54a632a to your computer and use it in GitHub Desktop.
State and Store in frontend codebase - State example - store
import * as Store from "@iadvize-oss/store";
import * as State from "./state";
export const store = Store.create<State.State>(() => State.initialState)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment