Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/statico/jsgrids

📦 🔍 👀   A comparison tool to compare JavaScript data grid and spreadsheet libraries
https://github.com/statico/jsgrids

angular angularjs data-grid data-grids data-table datagrid datatable grid javascript nextjs react react-table spreadsheet spreadsheets table tailwindcss typescript vercel vue vuejs

Last synced: about 19 hours ago
JSON representation

📦 🔍 👀   A comparison tool to compare JavaScript data grid and spreadsheet libraries

Awesome Lists containing this project

README

        

# jsgrids

A List of JavaScript Spreadsheet and Data Grid Libraries - https://jsgrids.statico.io/

## Motivation

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](https://2019.stateofjs.com/front-end-frameworks/), [2](https://2019.stateofjs.com/other-tools/)). You're welcome to help!

## Contributing

Pull requests are welcome to help keep this project up to date. Please make sure the Vercel build passes successfully, and please make sure all source is formatted with [Prettier](https://prettier.io/) (there's a git hook that should do it for you anyway).

## Development

1. Create a [GitHub Personal Access Token](https://github.com/settings/tokens). You don't need to give it any scopes -- it's just to increase the API rate limit.
1. Make sure you have [Node.js](https://nodejs.org/) version 12.0 or later and the [pnpm package manager](https://pnpm.io/) installed.
1. Checkout the repo, run `pnpm install`
1. Run `GITHUB_TOKEN= pnpm dev`
1. 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!

## Miscellanous

- jsgrids is hosted on [Vercel](https://vercel.com/)
- This project makes extensive use of [Chakra UI](https://chakra-ui.com/), [Next.js](https://nextjs.org/), and [TypeScript](https://www.typescriptlang.org/)
- Icons are from the various icon sets in [react-icons](https://react-icons.github.io/react-icons/)
- The GitHub corner thing is Tim Holman's fancy [GitHub Corners](http://tholman.com/github-corners/) thing
- All library descriptions are adapted from each package's home page

## License

This project is licensed under the [MIT license](https://github.com/statico/jsgrids/blob/master/LICENSE).