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

Prepare for 0.2.3 release

parent 01825465
No related merge requests found
Showing with 2 additions and 4 deletions
+2 -4
...@@ -392,8 +392,7 @@ We will consider integrating more tightly with Flow in the future so that you do ...@@ -392,8 +392,7 @@ We will consider integrating more tightly with Flow in the future so that you do
## Adding Custom Environment Variables ## Adding Custom Environment Variables
**Note: this feature will be available with `react-scripts@0.3.0` and higher.** >Note: this feature is available with `react-scripts@0.2.3` and higher.
**It is not released yet, but it will be a part of a future release.**
Your project can consume variables declared in your environment as if they were declared locally in your JS files. By Your project can consume variables declared in your environment as if they were declared locally in your JS files. By
default you will have `NODE_ENV` defined for you, and any other environment variables starting with default you will have `NODE_ENV` defined for you, and any other environment variables starting with
...@@ -467,8 +466,7 @@ Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-r ...@@ -467,8 +466,7 @@ Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-r
## Proxying API Requests in Development ## Proxying API Requests in Development
**Note: this feature will be available with `react-scripts@0.3.0` and higher.** >Note: this feature is available with `react-scripts@0.2.3` and higher.
**It is not released yet, but it will be a part of a future release.**
People often serve the front-end React app from the same host and port as their backend implementation. People often serve the front-end React app from the same host and port as their backend implementation.
For example, a production setup might look like this after the app is deployed: For example, a production setup might look like this after the app is deployed:
......
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