connectToHarmowareVis
Utility to synchronize the state of connectToHarmowareVis to the prop of container component. Since state and actions are directly connected, if you prefer other bind methods, you need to make Utility yourself.
Examples
import { Container, connectToHarmowareVis } from 'harmoware-vis';
class App extends Container {
・・・
}
export default connectToHarmowareVis(App);Last updated
Was this helpful?