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
-[Can I Use Decorators?](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#can-i-use-decorators)
119
-
-[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)
119
+
-[Integrating with an API Backend](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#integrating-with-an-api-backend)
120
120
-[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)
121
121
-[Using HTTPS in Development](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#using-https-in-development)
122
122
-[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)
-[Integrating with a Node Backend](#integrating-with-a-node-backend)
33
+
-[Integrating with an API Backend](#integrating-with-an-api-backend)
34
+
-[Node](#node)
35
+
-[Ruby on Rails](#ruby-on-rails)
34
36
-[Proxying API Requests in Development](#proxying-api-requests-in-development)
35
37
-[Using HTTPS in Development](#using-https-in-development)
36
38
-[Generating Dynamic `<meta>` Tags on the Server](#generating-dynamic-meta-tags-on-the-server)
@@ -603,9 +605,19 @@ Please refer to these two threads for reference:
603
605
604
606
Create React App will add decorator support when the specification advances to a stable stage.
605
607
606
-
## Integrating with a Node Backend
608
+
## Integrating with an API Backend
607
609
608
-
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).
610
+
These tutorials will help you to integrate your app with an API backend running on another port,
611
+
using `fetch()` to access it.
612
+
613
+
### Node
614
+
Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/).
615
+
You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo).
616
+
617
+
### Ruby on Rails
618
+
619
+
Check out [this tutorial](https://www.fullstackreact.com/articles/how-to-get-create-react-app-to-work-with-your-rails-api/).
620
+
You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo-rails).
0 commit comments