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
Kindly checkout the official documentation of Facebook about Complementary Tools at https://github.com/facebook/react/wiki/Complementary-Tools
They simply recommends few data fetching API's like
My personal favorite would be axios due to promises which works in browser as well as in nodejs env and even officially reactJS website recommend the same at AJAX and APIs