how to download file in react js

前端 未结 12 1631
梦谈多话
梦谈多话 2020-12-01 05:49

I receive file url as response from api. when user clicks on download button, the file should be downloaded without opening file preview in a new tab. How to achieve this in

12条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 06:38

    We can user react-download-link component to download content as File.

     "Client side cache data here…"}/>
    

    https://frugalisminds.com/how-to-download-file-in-react-js-react-download-link/

提交回复
热议问题