You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/prefer-stateless-function.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Enforce stateless React Components to be written as a pure function (prefer-stateless-function)
2
2
3
-
Stateless functional components are more simple than class based components and will benefit from future React performance optimizations specific to these components.
3
+
Stateless functional components are simpler than class based components and will benefit from future React performance optimizations specific to these components.
0 commit comments