How should I handle ajax requests in a fairly traditional web application? Specifically with using React for views, while having a backend that handles data such as text and
I would not use JQuery, since AJAX calls is actually not that complex and JQuery is a pretty big dependency. See vanillajs' note on doing AJAX calls without libraries: http://vanilla-js.com/