simple question i was wondering if you can use React and Visual Basic together and what is the best way to do so, at work we're using Jquery for the front end and Visual Basic for the Back end but as the projects get really big Jquery becomes a bit hard to mantain,with JQuery u can just download the script and import it or use a CDN
i played with React a little these days and i really like it (i'm stil far from beign able to use it at his fullest but i really like it) and i know that u can import it with the CDN
<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script><script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
but i've heard there are some downsides and u can't use react at his fullest like that,we also use Visual Studio, so i wonder if there is a NuGet package u can import and use it as you do using NMP