forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrating with an API Backend: add API Platform (facebook#5070)
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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 `[email protected]` and higher. | ||
|