-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Hooks for profiling #980
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
Comments
Points 1 to 6 can be implemented in userland as a “store enhancer”—essentially a Something like
|
Closing for inactivity. |
It would be useful to be able to have hooks at various points during dispatch:
currentReducer
currentReducer
is completeAdditionally, if we add the
displayName
for the wrapped React component when using@connect
as a property to the listener, we'd be able to determine what component is being updated.The text was updated successfully, but these errors were encountered: