From c1156049d046cdf55877406763f30ef7f125d3c9 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Thu, 17 Oct 2019 23:09:21 -0700 Subject: [PATCH] Link to ASP.NET Core docs --- docusaurus/docs/integrating-with-an-api-backend.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus/docs/integrating-with-an-api-backend.md b/docusaurus/docs/integrating-with-an-api-backend.md index bae06982988..60b9b1f43cd 100644 --- a/docusaurus/docs/integrating-with-an-api-backend.md +++ b/docusaurus/docs/integrating-with-an-api-backend.md @@ -23,3 +23,8 @@ You can find the companion GitHub repository [here](https://github.com/fullstack 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](https://api-platform.com/docs/distribution). + + +## C# (ASP.NET Core) + +ASP.NET Core has a React project template that uses Create React App. Check out [their documentation](https://docs.microsoft.com/en-us/aspnet/core/client-side/spa/react).