Skip to content

Modify React DevTools for Replay integration#2

Closed
markerikson wants to merge 2918 commits intomainfrom
feature/replay-react-devtools
Closed

Modify React DevTools for Replay integration#2
markerikson wants to merge 2918 commits intomainfrom
feature/replay-react-devtools

Conversation

@markerikson
Copy link

This is a draft PR for visibility.

When I implemented our Chromium support for React DevTools via backend "routines" (as described in https://blog.replay.io/how-we-rebuilt-react-devtools-with-replay-routines ), I forked the React DevTools to make a number of internal changes, such as saving operations data separately and persisting "marker" annotations to Replay's backend.

Along the way I also tried to shrink down the size of the JS bundle artifacts that we were evaluating in our backend paused browser instances. They were originally around 500K+, and I was able to knock off about 60-70K of that by removing code that's irrelevant for our use case.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.