react-reim
react-reim allows you to use Reim with React.
Exports
react
react
The plugin for creating HOC from a Reim store.
connect
connect
connect(store: Store, [getter: func, setter: func]) => func => React Element
Connects Reim store to a React component.
pipeTo
pipeTo
pipeTo(store: Store, [mutation: func]) => React Element
Creates a component that triggers mutation on prop change to Reim store
Last updated