A List of JavaScript Spreadsheets and Data Grid Libraries - https://jsgrids.io/
I build a lot of internal tools for data auditing and workflows, and every few months I end up looking for the best data grid or spreadsheet-like library for JavaScript. Other lists and sites are out of date and unmaintained. My goal here is to make the best list for all data grid and spreadsheet libraries for the top JavaScript frontend frameworks (1, 2). You're welcome to help!
Pull requests are welcome to help keep this project up to date. Please make sure the Netlify build passes successfully, and please make sure all source is formatted with Prettier (there's a git hook that should do it for you anyway).
- Create a GitHub Personal Access Token. You don't need to give it any scopes -- it's just to increase the API rate limit.
- Make sure you have Node.js version 12.0 or later and the Yarn package manager installed.
- Checkout the repo, run
yarn install
- Run
GITHUB_TOKEN=<your token here> yarn dev
- Go to http://localhost:3000/ and bask in the wild splendor that is jsgrids
Information on each library is in data/
and is parsed in lib/libraries.ts
. Enjoy!
- jsgrids.io is hosted on Netlify
- This project makes extensive use of Tailwind CSS, Next.js, and TypeScript
- Icons are from the various icon sets in react-icons
- The GitHub corner thing is Tim Holman's fancy GitHub Corners thing
- All library descriptions are adapted from each package's home page
This project is licensed under the MIT license.