From 07470fd4cbe9203ad0fe7982937b6bbd7307455d Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sat, 19 Oct 2019 09:45:52 -0700 Subject: [PATCH] Link to ASP.NET Core docs (#7840) --- 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).