Closed
Description
React recently added support for the User Timing API (https://developer.mozilla.org/en-US/docs/Web/API/User_Timing_API) which is very useful for debugging performance issues. Would it be possible to implement this api inside of react-redux as well?
I was debugging an issue recently and it would have saved me a bunch of time if the react-redux layer (specifically, mapStateToProps in this case) would have shown up on the User Timing graph. You can see the specific issue here, for reference.
I don't have a ton of experience with the API, but I'd be willing to take a shot at a PR if others think this would be useful.
Metadata
Metadata
Assignees
Labels
No labels