React/Redux download file
问题 I need to download a file from the server when a button is clicked. I created a MaterialUI button and on its onclick callback i call an action of the container component connected . The action is asynchronous and does an ajax POST: export const onXlsxClick = () => dispatch => { const urlParams = { filters: { aggregation: 'macro_area', chart_resolution: '1_hour', chart_from: '1478080363', chart_to: '1477993963' }, labels: ['PROVA1', 'PROVA2'], series: [ { label: null, timestamp: 1478080363,