Combined and mapped cmd object for child components
Splited mapped cmd object for child components, useful for router config, so you can call init cmd when each page routing.
helper function for render routes views, so you can do
subComps.render('somePage', state, actions)
instead of
SomePage.views(state.somePage, actions.somePage)
or
<SomePage.views
state={state.somePage}
actions={actions.somePage}
/>
Combined state object for child components
Combined view function for child components
Generated using TypeDoc
Combined action object for child components