React is a great front-end library where the concepts are easy to grasp such as state and components, but it can be confusing, a little bit difficult to integrate without the use of boilerplate like create-react-app. According to the official page, React serves as a “V” in MVC. I’ve been trying to scratch my head for years before I got the concept and how can I integrate it gracefully in my existing ASP.net MVC app. A lot (or some) of …