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

add react hooks for accessing redux store state and dispatching redux actions #1248

Merged
merged 5 commits into from Apr 22, 2019

Commits on Apr 19, 2019

  1. Copy the full SHA
    fdadc6e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Copy the full SHA
    c525cb9 View commit details
    Browse the repository at this point in the history
  2. add useRedux hook

    MrWolfZ committed Apr 20, 2019
    Copy the full SHA
    9c7fc93 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Preserve stack trace of errors inside store subscription callback

    Ported changes from react-redux-hooks-poc
    
    Note: the "transient errors" test seems flawed atm.
    markerikson committed Apr 22, 2019
    Copy the full SHA
    bc3d092 View commit details
    Browse the repository at this point in the history
  2. Alter test descriptions to use string names

    WebStorm won't recognize tests as runnable if `someFunc.name` is
    used as the `describe()` argument.
    markerikson committed Apr 22, 2019
    Copy the full SHA
    91116ac View commit details
    Browse the repository at this point in the history