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
364 stars 61 forks source link

How do you setup worker threads with the CSV Reader? #75

Closed HelixHEX closed 3 years ago

Bunlong commented 3 years ago

@HelixHEX Please add config props to CSVReader with worker: true. Thanks!

<CSVReader
  config={
    worker: true
  }
/>