Is there a way to have ASP .Net Core MVC with React components and Webpack? Visual studio react project teamplate is providing react app with API, but requirement is different.
My requirement is need to have normal ASP. Net Core MVC view with react components in it. I want to use the React page/components into my MVC view.
There are some sample available where we need to bundle the react components and then use the bundle in code. I cant bundle every change and use during development. So is there any way or any sample available kindly share.