React Csv
react-csv
Build CSV files on the fly basing on Array/literal object of data
Component Libraries
csv
excel
react
file
IO
download
hyperlink
component
reuse
ES7
Stars
1.2k
Weekly
879k
Open issues
135
Bundle
~25 kB
Installation
npm install react-csvCode example
import { Button } from "react-csv";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by Abdennour TOUMI
- 879k weekly downloads. Battle tested
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 135 open issues on GitHub