-
Notifications
You must be signed in to change notification settings - Fork 138
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 a Redux dispatch perf analysis panel #9776
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
My personal vote is that we should not land this feature.
Given that it's essentially all new code, I think we should just keep it in a fork. |
FWIW I'm not tied to the specific UI location or implementation - most of this was just copy-pasting the setup and layout logic from the "React Render" panel because they're both experimental and it was the easiest way to get something on screen. I still absolutely think there is value in this info, but I can understand the argument that not enough people would care about it for now. |
e94541d
to
9a60782
Compare
5b28347
to
83b54c9
Compare
83b54c9
to
beafee8
Compare
Okay, I've rebased this on top of https://devtools-git-feature-fe-1631-redux-perf-panel-recordreplay.vercel.app/ I'll go ahead and close this. |
This PR:
dispatch
method and calls todispatch
. (This heavily overlaps with the existing Redux DevTools panel, but works even if there are no annotations or Redux DevTools integration. It does rely on sourcemaps having anode_modules/redux/redux.js
-type file available)scheduleUpdateOnFiber
during the subscriber notificationsFuture Work
There's a lot of things I've proved that I can do that are not in the current version of this PR: