Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 350 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 350 Bytes

React Design Pattern Guide

React design pattern guide to write clean code in React.

Always remember this thumb rule: Keep components to less than 100 lines. As you start to get into the 100-250 line territory you should really start thinking about refactoring. If you are at 500+ lines of code, that should be refactored as soon as possible.