You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/integrating-with-an-api-backend.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,8 @@ You can find the companion GitHub repository [here](https://github.com/fullstack
23
23
It allows creating hypermedia and GraphQL APIs in minutes.
24
24
It is shipped with an official Progressive Web App generator as well as a dynamic administration interface, both built for Create React App.
25
25
Check out [this tutorial](https://api-platform.com/docs/distribution).
26
+
27
+
28
+
## C# (ASP.NET Core)
29
+
30
+
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).
0 commit comments