React Cheat Sheet

React Cheat Sheet

To save you some time I’ve put together this handy collection of useful React code snippets.

Download React Cheat Sheet

React Cheat Sheet - V0.8

DOWNLOAD REACT CHEAT SHEET PDF

Your Feedback

Let me know in the comments if you find any typos or if you have any suggestions for improvement.

2 thoughts on “React Cheat Sheet

  1. Ihor

    Hi! I find your React Cheat Sheet very useful for React beginners and I have some suggestions for improvement) I think it would be cool if you add some info about arguments that lifecycle callbacks accept.

    For example: method componentWillReceiveProps accepts nextProps and shouldComponentUpdate accepts nextProps and nextState.

    https://facebook.github.io/react/docs/react-component.html#componentwillreceiveprops

    https://facebook.github.io/react/docs/react-component.html#shouldcomponentupdate

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.