reddice icon indicating copy to clipboard operation
reddice copied to clipboard

Results 17 reddice issues
Sort by recently updated
recently updated
newest added

I tried to run npm run server after following #02. Project Setup: Render react component. and got following error- /home/***/Desktop/reactcont/node_modules/webpack/lib/webpack.js:19 throw new WebpackOptionsValidationError(webpackOptionsValidationErrors); WebpackOptionsValidationError: Invalid configuration object. Webpack has been...

I am at part 7 of the tutorial at youtube: https://github.com/kenpeter/redux_tute/tree/master/p6_redux I don't see any source map somehow. How I do I config it? ![souce_map](https://cloud.githubusercontent.com/assets/927150/22353910/e3df87d0-e476-11e6-8d87-766e315750c2.png)

Hi, What other things i'll need to do if i need the same code to run serverside to handle seo data too. Please help. Thanks, Pradeep

Hi, While doing your tutorial i got a problem with configuration: ``` ERROR in ./client/index.jsx Module build failed: Error: React Hot Loader: The Webpack loader is now exported separately. If...

https://github.com/Remchi/reddice/blob/master/client/index.js#L24 jwtDecode can throw an error if a not valid token is passed, how do you suggest handling this? for now I've created `utils/decodeToken.js` with: ```js import jwtDecode from 'jwt-decode';...

I know people should edit it but I think it is easier to start in development with this convention

0.32d8846….hot-update.js:110 Uncaught (in promise) TypeError: Cannot read property 'username' of undefined(…) As far as I can tell the errors state is empty. this.props.userSignupRequest(this.state).then( () => {}, ({ data }) =>...