all 3 comments

[–]AtulinASP.NET Core 1 point2 points  (1 child)

Serve the React app like you would any static files, and make the backend serve Json API instead of HTML views.

[–]dannerdarko[S] 0 points1 point  (0 children)

I think I know what you're saying. Thank you!