August 2017
Beginner
374 pages
10h 41m
English
First, we need to create a Redux store and history object (for the router):
import React from 'react'
import { renderToString } from 'react-dom/server'
import createHistory from 'history/createMemoryHistory'
import configureStore from '../src/store'import initStore from '../src/initStore'
Read now
Unlock full access