ngduc / react-setup

A Universal React Setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Isparta, Webpack 2, Storybook, InlineCSS/PostCSS, ESLint, HTTPS & HTTP2.
MIT License
175 stars 16 forks source link

webapp hangs at localhost:8000 #14

Closed ngduc closed 8 years ago

ngduc commented 8 years ago

For some reason, with the latest commit, the webapp hangs at localhost:8000. This commit stills work:

feat: added libs/RouterContextDataWrapper.js; refactored App.js; git checkout 15c746cf8d1083b62fe2ce48663b61aa92e2d05a

ngduc commented 8 years ago

reverted files to the previous working commit - 15c746cf8d1083b62fe2ce48663b61aa92e2d05a investigating this issue... looks like koa-session is messing up webpack-dev-server

ngduc commented 8 years ago

It's weird that it's not working if I use ES6 arrow function in "createRouterContextDataWrapper" Reverted back to "function", now it's working. ¯(ツ)