This namespace a helper method for render
import {renderReduxComponent} from "@quintype/framework/server/render";
Methods
# static renderReduxComponent(Component, store, props)
Render the given component in the redux store
Parameters:
Name | Type | Description |
---|---|---|
Component |
Component
|
The Component to render |
store |
Redux
|
The store to render |
props |
Object
|
The props to pass to the component |