ProfessorBrian ET570 / ET710 Class Library

React uses SPAs. Index.html will be served to the user’s browser.The views will change as the content gets modified by js files in the project.Typically, no edits/changes are required in the body of index.htmlThe js project files will “inject” code into the root div.The React app controls the UI in this way. ................
................