Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
363 stars 60 forks source link

Await `data` functions in `useCSVDownloaderComponent` #147

Closed JakeHaitsma closed 10 months ago

JakeHaitsma commented 1 year ago

See https://github.com/Bunlong/react-papaparse/issues/146 This change marks download async and awaits data functions (promisifying synchronous data functions).