Created
November 12, 2020 07:08
-
-
Save guillaumewuip/c2e9ec50d8ae9c43527de06fb54a632a to your computer and use it in GitHub Desktop.
State and Store in frontend codebase - State example - store
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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