Module

render-redux-component

This namespace a helper method for render

import {renderReduxComponent} from "@quintype/framework/server/render";

View Source server/render.js, line 1

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

View Source server/render.js, line 21