Wordsmith

This commit is contained in:
Dan Abramov
2016-07-18 14:28:04 +01:00
committed by Christopher Chedeau
parent 2c41adbd51
commit 8b0951b60b

View File

@@ -7,7 +7,7 @@ Create React apps with no build configuration.
* **Zero Configuration:** There are no configuration files or command line options. Configuring both development and production builds is handled for you so you can focus on writing code.
* **No Lock-In:** You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up where we left off.
* **No Lock-In:** You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.
## Installation
@@ -55,7 +55,7 @@ If you arent satisfied with the build tool and configuration choices, you can
Instead, it will copy all the configuration files and the transient dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.
You dont have to ever eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obliged to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.
You dont have to ever `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.
## Whats Inside?