react-slingshot
react-slingshot copied to clipboard
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
**Describe the bug** Cloned `react-slingshot` and ran `npm i` with Node 12 and NPM 6. It reported a critical security vulnerability. **To Reproduce** Steps to reproduce the behavior: 1. Clone...
I was reviewing StackOverflow and found this question. [Why does react slingshot repo uses both, Npm and yarn? ](https://stackoverflow.com/questions/47999602/why-does-react-slingshot-repo-uses-both-npm-and-yarn). After reading the answer I found myself agreeing heavily that we...
Refreshing twice in rapid succession causes the browser tab to be unresponsive. It is also impossible to force close this tab or killing it when Chrome asks about unresponsive tabs....
**Describe the bug** If you click twice or more on some menu link and after click on browser back button, you will need to click the same number of times...
Hi Can you upgrade the project to support the code-splitting? Thanks.
This PR attempts to make React Slingshot more versatile when dealing with continuous integration. It accomplishes this in the following ways: 1. Adds dotenv support via dotenv-webpack. 2. Adds Docker...
**PROBLEM** * What To Update: Currently, the package.json for react-slingshot includes engine versions listed for Node and NPM, but not YARN even though YARN is fully supported by react-slingshot. See:...
**PROBLEM** During the new creation of a react-slingshot based project, on run of setup script, the console prompts input of a project description. Currently, if the user provides double-quotes somewhere...
Same as this issue: https://github.com/coryhouse/react-slingshot/issues/402 `FAIL src/actions/fuelSavingsActions.spec.js ● Test suite failed to run Jest encountered an unexpected token This usually means that you are trying to import a file which...
**Describe the bug** When I run npm run setup, it completes the script but hangs after printing 'Setup Complete! Cleaning up...' **To Reproduce** npm install npm run setup **Expected behavior**...