Skip to content

Commit cd75c68

Browse files
dunglasTimer
authored andcommitted
Integrating with an API Backend: add API Platform (facebook#5070)
1 parent 4b0c99f commit cd75c68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

template/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,7 @@ These tutorials will help you to integrate your app with an API backend running
11121112
using `fetch()` to access it.
11131113

11141114
### Node
1115+
11151116
Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/).
11161117
You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo).
11171118

@@ -1120,6 +1121,13 @@ You can find the companion GitHub repository [here](https://github.com/fullstack
11201121
Check out [this tutorial](https://www.fullstackreact.com/articles/how-to-get-create-react-app-to-work-with-your-rails-api/).
11211122
You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo-rails).
11221123

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+
11231131
## Proxying API Requests in Development
11241132

11251133
>Note: this feature is available with `[email protected]` and higher.

0 commit comments

Comments
 (0)