react-redux-universal-hot-example icon indicating copy to clipboard operation
react-redux-universal-hot-example copied to clipboard

A starter boilerplate for a universal webapp using react, redux, express and feathers

Results 75 react-redux-universal-hot-example issues
Sort by recently updated
recently updated
newest added

after about 15 attempts and trying different ways, it just would not install correctly and function..... SO....... after a number of times and just about losing my shit at your...

## The dependency [history](https://github.com/ReactTraining/history) was updated from `4.9.0` to `4.10.0`. 🚨 [View failing branch](https://github.com/bertho-zero/react-redux-universal-hot-example/compare/master...bertho-zero:greenkeeper%2Fhistory-4.10.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [redux-persist](https://github.com/rt2zz/redux-persist) was updated from `5.10.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [sass-loader](https://github.com/webpack-contrib/sass-loader) was updated from `7.3.1` to `8.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [js-cookie](https://github.com/js-cookie/js-cookie) was updated from `2.2.0` to `2.2.1`. 🚨 [View failing branch](https://github.com/bertho-zero/react-redux-universal-hot-example/compare/master...bertho-zero:greenkeeper%2Fjs-cookie-2.2.1). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Getting errors message like the one bellow when I try to use Bootstrap 4 instead of 3. #### error log: ```bash [0] ERROR in ./node_modules/bootstrap-loader/no-op.js (./node_modules/css-loader?sourceMap&importLoaders=2!./node_modules/resolve-url-loader!./node_modules/sass-loader/lib/loader.js?sourceMap!./node_modules/postcss-loader/src!./node_modules/bootstrap-loader/lib/bootstrap.styles.loader.js?{"bootstrapVersion":4,"loglevel":"debug","preBootstrapCustomizations":"/home/s1mb10t3/Projects/cozy-nyc/src/theme/variables.scss","appStyles":"/home/s1mb10t3/Projects/cozy-nyc/src/theme/app.scss","extractStyles":false,"styleLoaders":["style-loader?sourceMap","css-loader?sourceMap&importLoaders=2","resolve-url-loader","sass-loader?sourceMap","postcss-loader"],"styles":["mixins","print","buttons","code","forms","grid","images","reboot","tables","type","alert","badge","breadcrumb","button-group","card","close","custom-forms","dropdown","input-group","jumbotron","list-group","media","nav","navbar","pagination","progress","transitions","carousel","modal","popover","tooltip","utilities"],"scripts":false,"configFilePath":"/home/s1mb10t3/Projects/cozy-nyc/.bootstraprc","bootstrapPath":"/home/s1mb10t3/Projects/cozy-nyc/node_modules/bootstrap","bootstrapRelPath":"../bootstrap"}!./node_modules/bootstrap-loader/no-op.js) [0] Module build failed...

## The devDependency [prettier-eslint-cli](https://github.com/prettier/prettier-eslint-cli) was updated from `4.7.1` to `5.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

in rest api server the ip is always the server ip so is always 127.0.0.1 you need put i think this -> ``` rest(host('/api')).axios( axios.create({ headers: { Cookie: req.get('cookie') ||...

I built with `yarn docker-build` then tried to run it with `yarn docker-up`. Visiting the site by the ip or the url results in a 502 error. running `yarn docker-dev`...