react-redux-starter-kit icon indicating copy to clipboard operation
react-redux-starter-kit copied to clipboard

Get started with React, Redux, and React-Router.

Results 100 react-redux-starter-kit issues
Sort by recently updated
recently updated
newest added

Please help me with this here's my webpack config, I'm getting `SyntaxError: Unexpected token 'const'` ``` const path = require('path'); const webpack = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const ExtractTextPlugin...

Can someone please enlighten me, I'm currently adding routes in my app, and I want to get the req.session to work also in production build but it returns null Production...

How to save the parameters passed during the routing jump and to apply this parameter when refreshing the page.

The scenario is that I imported [react-slick](https://github.com/akiran/react-slick), downloaded the **slick.css** file and put it into the base folder, the **_base.css** file is like this: ``` javascript @import './slick/slick'; ``` This...

react-router-redux v5.0 is now added to the [react-router repo](https://github.com/ReactTraining/react-router). That makes it the new standard for redux apps and this is the perfect boilerplate repo for it. Dependency on react-router...

It's been pretty clear for a while now that my priorities are elsewhere, and despite the deprecation notice I recognize that there are users who are still interested in using...

Hi @davezuko , I have a question on how to postpone child-rendering until a certain condition is met. For example: Let's say I have an "app" component. And on top...

My scripts contains following lines and I'm not able to create the build.zip. After a lot of changes on below script, only empty bundle.zip get created. "scripts": { **"dev":** "babel-node...

Hi I am trying to implement server side rendering in the current codebase. I tried taking https://github.com/Anomen/universal-react-redux-starter-kit as reference. I am having issue implementing **webpack isomorphic tools** in this repo...

My OS is Ubuntu 14.04 LTS. I have got an error when trying to run "sudo npm start". Here is the screenshot: http://joxi.net/krDxLR0S0n5VGr It says "**better-npm-run: Permission denied**". Some failure...