Skip to content

Instantly share code, notes, and snippets.

@box-turtle
box-turtle / .babelrc
Created November 9, 2015 23:17 — forked from insin/.babelrc
React component testing skeleton
{
"stage": 2,
"loose": "all"
}
@box-turtle
box-turtle / modules.js
Created November 9, 2015 11:27 — forked from zackify/.eslintrc
Upgrade to Babel 6
"devDependencies": {
"babel-plugin-syntax-class-properties": "^6.0.14",
"babel-preset-react": "^6.1.2",
"eslint": "^1.9.0",
"eslint-loader": "^1.1.1",
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
},
@box-turtle
box-turtle / README.md
Created October 4, 2015 15:42 — forked from Dr-Nikson/README.md
Auth example (react + redux + react-router)

Reduce boilerplate in Redux

  • Create actions similar to Flummox.
  • Generate action ids.
  • Supports actions with decorators, promises, and therefore ES7 async.