Skip to content

React tool that imports CSV, displays in browser with editing, sort, and filter. Pure function components with hooks.

Notifications You must be signed in to change notification settings

zimzoom/react-csv-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React CSV Tool

Takes a CSV file from user and displays it back in browser with these abilities:

  • Sort by column (ascending or descending)
  • Double-click cell to edit, hit enter to save
  • Filter results by search term

This tool strives for a functional style: uses only function React components, hooks, immutable data, recursion over loops, pure functions, etc.

Usage notes

  • Assumes CSV file contains header row

Packages

About

React tool that imports CSV, displays in browser with editing, sort, and filter. Pure function components with hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published