Files
create-react-app/docusaurus/docs/integrating-with-an-api-backend.md
2018-10-20 12:53:58 -04:00

1.1 KiB

id, title, sidebar_label
id title sidebar_label
integrating-with-an-api-backend Integrating with an API Backend Integrating with an API

These tutorials will help you to integrate your app with an API backend running on another port, using fetch() to access it.

Node

Check out this tutorial. You can find the companion GitHub repository here.

Ruby on Rails

Check out this tutorial. You can find the companion GitHub repository here.

API Platform (PHP and Symfony)

API Platform is a framework designed to build API-driven projects. It allows creating 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.