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 (5 loc) 126 B
import React from 'react'; export const StoreContext = React.createContext({ store: [], setStore: () => {} });