I am just wondering if there are any other professional ways to use React with .NET Core. I already have a .NET core API ready with DB connection, data, and controllers. All I need is some way to add react as a client for this project instead of using React template that we have to select in the beginning.
I found a few things on youtube but not sure if those are the best practices or something I would do in production.