File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1112,6 +1112,7 @@ These tutorials will help you to integrate your app with an API backend running
1112
1112
using ` fetch() ` to access it.
1113
1113
1114
1114
### Node
1115
+
1115
1116
Check out [ this tutorial] ( https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/ ) .
1116
1117
You can find the companion GitHub repository [ here] ( https://github.com/fullstackreact/food-lookup-demo ) .
1117
1118
@@ -1120,6 +1121,13 @@ You can find the companion GitHub repository [here](https://github.com/fullstack
1120
1121
Check out [ this tutorial] ( https://www.fullstackreact.com/articles/how-to-get-create-react-app-to-work-with-your-rails-api/ ) .
1121
1122
You can find the companion GitHub repository [ here] ( https://github.com/fullstackreact/food-lookup-demo-rails ) .
1122
1123
1124
+ ### API Platform (PHP and Symfony)
1125
+
1126
+ [ API Platform] ( https://api-platform.com ) is a framework designed to build API-driven projects.
1127
+ It allows to create hypermedia and GraphQL APIs in minutes.
1128
+ It is shipped with an official Progressive Web App generator as well as a dynamic administration interface, both built for Create React App.
1129
+ Check out [ this tutorial] ( https://api-platform.com/docs/distribution ) .
1130
+
1123
1131
## Proxying API Requests in Development
1124
1132
1125
1133
> Note: this feature is available with ` [email protected] ` and higher.
You can’t perform that action at this time.
0 commit comments