DEV Community

Discussion on: The React Cheatsheet for 2020 📄 (+ Real-World Examples)

Collapse
 
esandez profile image
esandez

Nice post! I've shared ot with my colleagures who are still beginners in React.

However, I would like to say that the PDF is missing something really important: Syntax highlighting (as the post itself has). It's kind of exhausting looking at pieces of code of the same color and the less experienced people would thank having it.

Collapse
 
reedbarger profile image
Reed Barger

Hi Eric,

Thank you!

I update the cheatsheets I make to include syntax highlighting. I usually have to do that by hand. I like to use plain text to make sure that the code is still copyable. If I used snapshots, you would have syntax highlighting, but would have to rewrite the code yourself.

Thanks for the feedback, just wanted to provide more info in this regard.

Best,
Reed