Download a ReactJS object as a file

I am building an application with a ReactJS front end that connects to an Express API server. Calls to the API are made using Ajax. In one of my views, a table loads with "Export" links on each ro...