reactbris / meetup

The monthly ReactBris meetup, sponsored by Outfit, Askable and Rexlabs ❤️
https://reactbris.org/
30 stars 3 forks source link

Resources for the Experimental React DevTools talk #74

Open cartant opened 5 years ago

cartant commented 5 years ago

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