meetup
meetup copied to clipboard
Resources for the Experimental React DevTools talk
A few people asked me about references for some of what was discussed in last night's talk. Here they are:
- The slides for the talk are here.
react-devtools-experimentalis the GitHub repo for the DevTools.- Brian Vaughn is worth a follow on Twitter.
- PollyJS is a great tool for recording and replaying HTTP responses.
- The slides were built with
mdx-deck - The code highlighting in the slides, was done with
code-surfer - A colleague, Julian Burr, presented a talk on suspense, as React Bris, earlier this year. He has also written an article about it: Why React Suspense Will Be a Game Changer
Regarding mdx-deck, a new version was released no long ago and code-surfer is not yet compatible with the latest version. The author is currently working on updating code-surfer, but until then if you want to use them, these are the versions that I used:
"dependencies": {
"mdx-deck": "^1.10.0",
"mdx-deck-code-surfer": "^0.5.5",
"raw-loader": "^2.0.0",
"styled-components": "^4.2.0"
}