Create React Context & Hooks for interacting with the Store Capturing the type parameters so they need not be respecified.
//myProj/src/Store.ts export const {useX, useY, useZ} = createReactBindings<MyState, MyAction>();
Generated using TypeDoc
Create React Context & Hooks for interacting with the Store Capturing the type parameters so they need not be respecified.