react-redux-boilerplate
react-redux-boilerplate copied to clipboard
A minimal React-Redux boilerplate with all the best practices
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Release notes Sourced from eslint-utils's releases. v1.4.3 🐛 Bug fixes 8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of ReferenceTracker. v1.4.2 🐛 Bug fixes e4cb01498df6096b66edb0c78965ee6f47d3ac77 fixed a regression...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. Commits e371828 Bump to v4.17.13. 357e899 Rebuild lodash and docs. fd9a062 Bump to v4.17.12. e77d681 Rebuild lodash and docs. 629d186 Update OpenJS references. 2406eac...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2. Commits f34df07 1.2.2 67d3722 cleanup 63e7ed0 don't assign onto proto 47acf72 console.dir -> console.log 0efed03 failing test for protocol pollution 29783cd 1.2.1 6be5dae add...
How to build of the project in a subdirectory of a server. on the browser, it's not able to load bundles. i have tried the add output.publicPath='./' it's didn't work...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...
Where routes and actions should go ?
Is it possible to inject the reducer to update the state of existing as well was one level below the current state using following doesnt works rather create a new...
... can easily be fixed: ``` - "lodash": "4.17.11", + "lodash": "^4.17.15", ```