Skip to content

Commit 94f08b3

Browse files
authored
Update README.md
1 parent f46f3d4 commit 94f08b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# react-patterns
2-
React design pattern guide
1+
# React Design Pattern Guide
2+
3+
React design pattern guide to write clean code in React.
4+
5+
**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.

0 commit comments

Comments
 (0)