The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/store > createStore
createStore() function
Creates the Edtr.io store
Signature:export declare function createStore<K extends string>(
options: StoreOptions<K>
): {
store: Store<State, Action>
}
Parameters
Parameter | Type | Description |
---|---|---|
options | StoreOptions<K> | The options |
{ store: Store<State, Action>; }
The Edtr.io store