From 11f4d494c5fb3805ac46abd7ea760bbda2de9cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 24 Sep 2018 13:03:07 +0200 Subject: [PATCH] Integrating with an API Backend: add API Platform --- packages/react-scripts/template/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 77635e5ae83..1ec44566083 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1112,6 +1112,7 @@ These tutorials will help you to integrate your app with an API backend running using `fetch()` to access it. ### Node + Check out [this tutorial](https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/). You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo). @@ -1120,6 +1121,13 @@ You can find the companion GitHub repository [here](https://github.com/fullstack Check out [this tutorial](https://www.fullstackreact.com/articles/how-to-get-create-react-app-to-work-with-your-rails-api/). You can find the companion GitHub repository [here](https://github.com/fullstackreact/food-lookup-demo-rails). +### API Platform (PHP and Symfony) + +[API Platform](https://api-platform.com) is a framework designed to build API-driven projects. +It allows to create hypermedia and GraphQL APIs in minutes. +It is shipped with an official Progressive Web App generator as well as a dynamic administration interface, both built for Create React App. +Check out [this tutorial](https://api-platform.com/docs/distribution). + ## Proxying API Requests in Development >Note: this feature is available with `react-scripts@0.2.3` and higher.