About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
pjosephraj
6/12/2017 - 11:59 AM
share
Share
add_circle_outline
Save
React Tips
React Tips
React-tips.md
content_copy
file_download
Rendered
Source
Checklist to Create React app
Break the app into components
Build a static version of the app
Determine what should be stateful
Determine in which component each piece of state should live
Hard-code initial states
Add inverse data flow
Add server communication
clear