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: CONTRIBUTING.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
@@ -10,7 +10,7 @@ Following these guidelines helps to communicate that you respect the time of the
10
10
11
11
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.
12
12
13
-
We prefer **convention, heuristics, or interactivity** over configuration.
13
+
We prefer **convention, heuristics, or interactivity** over configuration.<br>
Copy file name to clipboardExpand all lines: README.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
@@ -5,7 +5,7 @@ Create React apps with no build configuration.
5
5
*[Getting Started](#getting-started) – How to create a new app.
6
6
*[User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
7
7
8
-
Create React App works on macOS, Windows, and Linux.
8
+
Create React App works on macOS, Windows, and Linux.<br>
9
9
If something doesn’t work please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new).
Copy file name to clipboardExpand all lines: packages/babel-preset-react-app/README.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
# babel-preset-react-app
2
2
3
-
This package includes the Babel preset used by [Create React App](https://github.com/facebookincubator/create-react-app).
3
+
This package includes the Babel preset used by [Create React App](https://github.com/facebookincubator/create-react-app).<br>
4
4
Please refer to its documentation:
5
5
6
6
*[Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
Copy file name to clipboardExpand all lines: packages/create-react-app/README.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
# create-react-app
2
2
3
-
This package includes the global command for [Create React App](https://github.com/facebookincubator/create-react-app).
3
+
This package includes the global command for [Create React App](https://github.com/facebookincubator/create-react-app).<br>
4
4
Please refer to its documentation:
5
5
6
6
*[Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
Copy file name to clipboardExpand all lines: packages/eslint-config-react-app/README.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
# eslint-config-react-app
2
2
3
-
This package includes the shareable ESLint configuration used by [Create React App](https://github.com/facebookincubator/create-react-app).
3
+
This package includes the shareable ESLint configuration used by [Create React App](https://github.com/facebookincubator/create-react-app).<br>
4
4
Please refer to its documentation:
5
5
6
6
*[Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
Copy file name to clipboardExpand all lines: packages/react-dev-utils/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# react-dev-utils
2
2
3
-
This package includes some utilities used by [Create React App](https://github.com/facebookincubator/create-react-app).
3
+
This package includes some utilities used by [Create React App](https://github.com/facebookincubator/create-react-app).<br>
4
4
Please refer to its documentation:
5
5
6
6
*[Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
@@ -20,7 +20,7 @@ There is no single entry point. You can only import individual top-level modules
This Webpack plugin lets us interpolate custom variables into `index.html`.
23
+
This Webpack plugin lets us interpolate custom variables into `index.html`.<br>
24
24
It works in tandem with [HtmlWebpackPlugin](https://github.com/ampedandwired/html-webpack-plugin) 2.x via its [events](https://github.com/ampedandwired/html-webpack-plugin#events).
Copy file name to clipboardExpand all lines: packages/react-scripts/README.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
# react-scripts
2
2
3
-
This package includes scripts and configuration used by [Create React App](https://github.com/facebookincubator/create-react-app).
3
+
This package includes scripts and configuration used by [Create React App](https://github.com/facebookincubator/create-react-app).<br>
4
4
Please refer to its documentation:
5
5
6
6
*[Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
Please update your link to point [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) instead.
0 commit comments