meetup icon indicating copy to clipboard operation
meetup copied to clipboard

Resources for the Experimental React DevTools talk

Open cartant opened this issue 6 years ago • 0 comments

A few people asked me about references for some of what was discussed in last night's talk. Here they are:

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"
}

cartant avatar May 20 '19 20:05 cartant