Make sure you have everything setup correctly... client side code separate from server side code. https://reactjs.net/bundling/webpack.html   Or use gsap in a script tag, like from cdnjs.   @model IEnumerable<ReactDemo.Models.CommentModel> @{ Layout = null; } <html> <head> <title>Hello React</title> </head> <body> @Html.React("CommentBox", new { initialData = Model, url = Url.Action("Comments"),
    • Like
    1