Skip to content

Commit be9bd88

Browse files
author
ad222kr
committed
Added Rails link to User Guide
1 parent 1ef6ea5 commit be9bd88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ The [User Guide](https://github.com/facebookincubator/create-react-app/blob/mast
114114
- [Adding Custom Environment Variables](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-custom-environment-variables)
115115
- [Can I Use Decorators?](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#can-i-use-decorators)
116116
- [Integrating with a Node Backend](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#integrating-with-a-node-backend)
117+
- [Integrating with a Rails Backend](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#integrating-with-a-rails-backend)
117118
- [Proxying API Requests in Development](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#proxying-api-requests-in-development)
118119
- [Using HTTPS in Development](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#using-https-in-development)
119120
- [Generating Dynamic `<meta>` Tags on the Server](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#generating-dynamic-meta-tags-on-the-server)

packages/react-scripts/template/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
2525
- [Adding Custom Environment Variables](#adding-custom-environment-variables)
2626
- [Can I Use Decorators?](#can-i-use-decorators)
2727
- [Integrating with a Node Backend](#integrating-with-a-node-backend)
28+
- [Integrating with a Rails Backend](#integrating-with-a-rails-backend)
2829
- [Proxying API Requests in Development](#proxying-api-requests-in-development)
2930
- [Using HTTPS in Development](#using-https-in-development)
3031
- [Generating Dynamic `<meta>` Tags on the Server](#generating-dynamic-meta-tags-on-the-server)
@@ -546,6 +547,10 @@ Create React App will add decorator support when the specification advances to a
546547
547548
Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/) for instructions on integrating an app with a Node backend running on another port, and using `fetch()` to access it. You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo).
548549
550+
## Integrating with a Rails Backend
551+
552+
Check out [this tutorial](https://www.fullstackreact.com/articles/how-to-get-create-react-app-to-work-with-your-rails-api/) for instructions on integrating an app with a Rails backend running on another port, and using `fetch()` to access it. You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo-rails).
553+
549554
## Proxying API Requests in Development
550555
551556
>Note: this feature is available with `react-scripts@0.2.3` and higher.

0 commit comments

Comments
 (0)