mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Less -> Fewer
bugs and bytes are countable, so should be fewer
This commit is contained in:
@@ -6,7 +6,7 @@ prev: multiple-components.html
|
||||
next: forms.html
|
||||
---
|
||||
|
||||
When designing interfaces, break down the common design elements (buttons, form fields, layout components, etc) into reusable components with well-defined interfaces. That way, the next time you need to build some UI you can write much less code, which means faster development time, less bugs, and less bytes down the wire.
|
||||
When designing interfaces, break down the common design elements (buttons, form fields, layout components, etc) into reusable components with well-defined interfaces. That way, the next time you need to build some UI you can write much less code, which means faster development time, fewer bugs, and fewer bytes down the wire.
|
||||
|
||||
|
||||
## Prop Validation
|
||||
|
||||
Reference in New Issue
Block a user