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

Style tweaks

parent a84bffc2
Showing with 6 additions and 6 deletions
+6 -6
...@@ -25,12 +25,12 @@ npm install -g create-react-app ...@@ -25,12 +25,12 @@ npm install -g create-react-app
**If you’re getting started** with React, use `create-react-app` to automate the build of your app. There is no configuration file, and `react-scripts` is the only extra build dependency in your `package.json`. Your environment will have everything you need to build a modern React app: **If you’re getting started** with React, use `create-react-app` to automate the build of your app. There is no configuration file, and `react-scripts` is the only extra build dependency in your `package.json`. Your environment will have everything you need to build a modern React app:
* React, JSX, and ES6 support * React, JSX, and ES6 support.
* Language extras beyond ES6 like the object spread operator * Language extras beyond ES6 like the object spread operator.
* A dev server that lints for common errors * A dev server that lints for common errors.
* Import css and image files directly from JavaScript * Import CSS and image files directly from JavaScript.
* Autoprefixed CSS, so you don't need `-webkit` or other prefixes * Autoprefixed CSS, so you dont need `-webkit` or other prefixes.
* A `build` script to bundle js, css, and images for production, with sourcemaps * A `build` script to bundle JS, CSS, and images for production, with sourcemaps.
**The feature set is intentionally limited**. It doesn’t support advanced features such as server rendering or CSS modules. Currently, it doesn’t support testing either. The tool is also **non-configurable** because it is hard to provide a cohesive experience and easy updates across a set of tools when the user can tweak anything. **The feature set is intentionally limited**. It doesn’t support advanced features such as server rendering or CSS modules. Currently, it doesn’t support testing either. The tool is also **non-configurable** because it is hard to provide a cohesive experience and easy updates across a set of tools when the user can tweak anything.
......
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