DEV Community

Cover image for Here's a React v16+ Cheatsheet (PDF/JPEG/Custom themes)

Here's a React v16+ Cheatsheet (PDF/JPEG/Custom themes)

jsmanifest on August 12, 2019

Find me on medium Join my newsletter Bring me to the cheat sheet Sometimes it can take thirty minutes to create a quick interface using React. Bu...
Collapse
 
fref profile image
Fredrik Fall • Edited

Great idea for a cheat sheet!
Perhaps the PDF version could be tweaked a bit as seen in my attachment here. Would love a landscape version with a bit wider code boxes, so the full text can be read.

Keep up the good work :)

Attachment: screenshot

Collapse
 
jsmanifest profile image
jsmanifest • Edited

Will improve that now, thank you!

Collapse
 
ajspotts profile image
Alec Spottswood

Super helpful thanks for making this!

Collapse
 
guico33 profile image
guico33 • Edited
const App = () => <MyComponent /> // component

Technically MyComponent is a component whereas <MyComponent /> is a react element.

Collapse
 
djdrek profile image
Dr. Derek Austin [aka dj D-REK from Richmond, VA]

Great point!

Collapse
 
holmesrg profile image
Ron Holmes

Love it!!

Collapse
 
jsmanifest profile image
jsmanifest

Glad to hear that, roy!