Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redux ducks #1201

Merged
merged 8 commits into from
Jun 3, 2016
Merged

Redux ducks #1201

merged 8 commits into from
Jun 3, 2016

Commits on Jun 2, 2016

  1. add redux as dependency

    mhils committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    9a76e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3591e View commit details
    Browse the repository at this point in the history
  3. use object spread operator

    While the spread operator is not part of ES6, React also uses it for JSX.
    It makes sense for us to keep it in other parts of the codebase as well.
    mhils committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    7a38856 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. web: 🐣

    mhils committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    698d38b View commit details
    Browse the repository at this point in the history
  2. remove reducers directory

    mhils committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    6a91ab1 View commit details
    Browse the repository at this point in the history
  3. web: reduxify WebSocket

    mhils committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    7c63aa3 View commit details
    Browse the repository at this point in the history
  4. web: reduxify event log store

    mhils committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    7afac74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5321f15 View commit details
    Browse the repository at this point in the history