Commit daf85e66 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Update CONTRIBUTING.md

parent f600ddaa
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -11,7 +11,7 @@ Following these guidelines helps to communicate that you respect the time of the ...@@ -11,7 +11,7 @@ Following these guidelines helps to communicate that you respect the time of the
As much as possible, we try to avoid adding configuration and flags. The purpose of this tool is to provide the best experience for people getting started with React, and this will always be our first priority. This means that sometimes we [sacrifice additional functionality](https://gettingreal.37signals.com/ch05_Half_Not_Half_Assed.php) (such as server rendering) because it is too hard to solve it in a way that wouldn’t require any configuration. As much as possible, we try to avoid adding configuration and flags. The purpose of this tool is to provide the best experience for people getting started with React, and this will always be our first priority. This means that sometimes we [sacrifice additional functionality](https://gettingreal.37signals.com/ch05_Half_Not_Half_Assed.php) (such as server rendering) because it is too hard to solve it in a way that wouldn’t require any configuration.
We prefer **convention, heuristics, or interactivity** over configuration. We prefer **convention, heuristics, or interactivity** over configuration.
Here’s a few examples of how them in action. Here’s a few examples of them in action.
### Convention ### Convention
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment