-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: swillis12/react-redux
base: master
head repository: swillis12/react-redux
compare: v7-hooks-alpha
- 16 commits
- 14 files changed
- 5 contributors
Commits on Apr 22, 2019
-
add react hooks for accessing redux store state and dispatching redux…
… actions (reduxjs#1248) * add react hooks for accessing redux store state and dispatching redux actions * remove `useReduxContext` from public API * add `useRedux` hook * Preserve stack trace of errors inside store subscription callback Ported changes from react-redux-hooks-poc Note: the "transient errors" test seems flawed atm. * Alter test descriptions to use string names WebStorm won't recognize tests as runnable if `someFunc.name` is used as the `describe()` argument.
Configuration menu - View commit details
-
Copy full SHA for a69b4f4 - Browse repository at this point
Copy the full SHA a69b4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b991ed - Browse repository at this point
Copy the full SHA 8b991edView commit details -
add
deps
touseSelector
to allow controlling stability of selector (reduxjs#1251) * fix stale selector issue * add `deps` to `useSelector` to allow controlling stability of selector
Configuration menu - View commit details
-
Copy full SHA for 6948056 - Browse repository at this point
Copy the full SHA 6948056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87841fa - Browse repository at this point
Copy the full SHA 87841faView commit details
Commits on Apr 23, 2019
-
use proper example code tag in hooks JSDoc comments (reduxjs#1257)
* use proper example code tag in hooks JSDoc comments * fix mistake in `useActions` hook example code * remove TypeScript annotations from example code and adjust `useReduxContext` hook to also use @example JSDoc tag
Configuration menu - View commit details
-
Copy full SHA for 92baa04 - Browse repository at this point
Copy the full SHA 92baa04View commit details
Commits on Apr 25, 2019
-
Use react-hooks-testing-library to test hooks (reduxjs#1259)
* Use react-hooks-testing-library to test hooks * Disable react/display-name rule with nested .eslintrc file
Configuration menu - View commit details
-
Copy full SHA for 756ae49 - Browse repository at this point
Copy the full SHA 756ae49View commit details
Commits on Apr 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 622545d - Browse repository at this point
Copy the full SHA 622545dView commit details
Commits on Apr 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7414831 - Browse repository at this point
Copy the full SHA 7414831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0750c - Browse repository at this point
Copy the full SHA 8c0750cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 921130a - Browse repository at this point
Copy the full SHA 921130aView commit details
Commits on May 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 54fd9dd - Browse repository at this point
Copy the full SHA 54fd9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a674e - Browse repository at this point
Copy the full SHA 06a674eView commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a787aee - Browse repository at this point
Copy the full SHA a787aeeView commit details
Commits on May 19, 2019
-
Replace shallowEqual with reference equality in useSelector (reduxjs#…
…1288) * Replace shallowEqual with reference equality in useSelector * useSelector: Allow optional compararison function Export shallowEqual function
Configuration menu - View commit details
-
Copy full SHA for 8a673c9 - Browse repository at this point
Copy the full SHA 8a673c9View commit details -
Avoid unnecessary selector evaluations (reduxjs#1273)
* Avoid unnecessary selector evaluations * Clean up state assignment logic * Add missing shallowEqual export
Configuration menu - View commit details
-
Copy full SHA for 007b5c7 - Browse repository at this point
Copy the full SHA 007b5c7View commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0e41eae - Browse repository at this point
Copy the full SHA 0e41eaeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...v7-hooks-alpha