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
# Pull Request Template The code review checklist below is used for all pull requests. 1. Review the list before submitting your pull request. 2. Leave the list intact for...
Hi I would like to suggest adding a FAQ entry to describe briefly which modifications should be done to package.json and the webpack.config.xxx.js files to handle css modules properly. Thanks.
As per `https://www.npmjs.com/package/node-gyp` , "node-gyp requires that you have installed a compatible version of Python, one of: v2.7, v3.5, v3.6, v3.7, or v3.8." However, the documentation in README asks to...
**Describe the bug** I thought I would give this package a shot, so I installed everything, including the demo app. I thought it was nice and I started doing some...
Current environemnt ``` node --version v9.11.2 npm --version 6.12.0 ``` I get the following error: ``` npm install node -g > [email protected] preinstall /usr/lib/node_modules/node > node installArchSpecificPackage internal/modules/cjs/loader.js:550 throw err;...
# Pull Request Template The code review checklist below is used for all pull requests. 1. Review the list before submitting your pull request. 2. Leave the list intact for...
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions. **Is your feature request related to a problem? Please describe.** The current Redux example implementation shows use of...
# Pull Request Template The code review checklist below is used for all pull requests. 1. Review the list before submitting your pull request. 2. Leave the list intact for...
**Describe the bug** After running `npm start` on the console and pressing control+c to cancel the operation, the font of the terminal becomes invisible. **To Reproduce** Steps to reproduce the...
Any plan to use and implement `redux-saga` ?