We've decided to use React for our UI work within NET CORE.
Per the React URL: https://reactjs.net/getting-started/aspnetcore.html , we "also need to install a JS engine to use (either V8 or ChakraCore are recommended)"
We decided to go with Google V8 (since we use Chrome bunches more than Edge), but we're having a hard time figuring out what needs to be installed - there are many "V8" images available in the NUGET repository.
Question #1 : What V8 components need to be installed to get React working?
Question #2 : Does it really matter with respect to using Google V8 or ChakraCore? Per the URL, the sample code provided uses Chakra...