React/Azure Functions - Running Multiple Development Stacks
I work as a freelancer with various small clients on an ongoing bases and in a single day might need to switch between clients to make a quick change or do some investigation. Generally my client projects are React for the Frond-End, Azure Function ...
blog.arrowsmiths.uk2 min read
Sumit Kharche
Full Stack Developer
Thanks for sharing.
You can try Azure static web app
which fits in your scenarios. It's still in preview but you should try this. It's has good support for azure function and JS apps. You can deploy React and azure function at same time. Don't need to worry about CORS issue and creating separating resources for Azure functions.