My group decided that we would like to try to use React.js in our final assignment. After searching online for the last two days I have been unable to find a working example of someone using React.js in an ASP web application without using MVC. The reason for our hesitation in using MVC is that we haven't learned anything about it in class other than a day lecture and we don't have time to learn to use MVC and React.js for this assignment.
All we'd like to know is simply how to use React.js in an ASP web application. Do we need to make a JSX file and reference it in an HTML page? Do we do the React.js code in the HTML page itself?