react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
cookie undefined
if in the app.js no check the cookie got a error this Cookie: req.get('cookie') need change for Cookie: req.get('cookie') || '',
i dont know if this is a good solution