withAction
Arguments
Returns
Example: Dispatching an Action, before the About component is rendered.
./src/containers/About
./src/containers/Aboutimport { withRouterAction } from '@react-observatory/with-action'
import About from './About'
export default withAction('About')(About)Last updated