createStore()
Creates a new Zedux store.
Definition
() => Store
Usage
import { createStore } from 'zedux'
const store = createStore()
Notes
See the Store documentation for information on configuring the store.
createStore()
Creates a new Zedux store.
() => Store
import { createStore } from 'zedux'
const store = createStore()
See the Store documentation for information on configuring the store.