UNPKG

@scripty/react-store

Version:

This lightweight global react hook store is inspired by the extjs store architecture. Share your stores through your application with only a few lines of code!

6 lines (4 loc) 110 B
import { Store } from './Store'; export const createStore = (store) => { return new Store(store); }