I have a .NET 4.6.1 WinForm application. I want to display a react app inside a browser component.
I can display most web pages in the browser without error, but when I navigate to a react app I get an error.
I've been able to do it using the "dotnetbrowser" library developed by "teamdev" which implements Chromium in the WinForm.
Questions: Why does the browser component throw errors when navigating to a react app?
Should I be attempting to get Chromium to work in the WinForm browser?