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!

7 lines (6 loc) 171 B
export * from './Context'; export * from './Provider'; export * from './useStore'; export * from './request'; export * from './helper'; export * from './storeBase';