Skip to content

Commit

Permalink
Migrate from Flux to Redux
Browse files Browse the repository at this point in the history
* better state visibility
* pure state changes
* state debug panel (show: crtl-h, move: ctrl-w)
  • Loading branch information
davkal committed Apr 27, 2016
1 parent 0f3b6bc commit 96aae9b
Show file tree
Hide file tree
Showing 50 changed files with 2,150 additions and 1,918 deletions.
1 change: 1 addition & 0 deletions client/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"rules": {
"comma-dangle": 0,
"no-param-reassign": 0,
"object-curly-spacing": 0,
"react/jsx-closing-bracket-location": 0,
"react/prefer-stateless-function": 0,
Expand Down
Loading

0 comments on commit 96aae9b

Please sign in to comment.