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

https://github.com/revolist/revogrid-benchmarks

Performance comparison for the virtual grids
https://github.com/revolist/revogrid-benchmarks

Last synced: 7 months ago
JSON representation

Performance comparison for the virtual grids

Awesome Lists containing this project

README

          

# Revogrid benchmarks

This repo is supporting code example for the [article](https://dev.to/revolist/battle-of-the-rows-the-limits-of-data-performance-48l3-temp-slug-5753371?preview=0ea0f4684a7ac168bc31d56bcc84540305dee229c7b0580645d89aad91bad7ca8b0e87410800cbf88858b3d6a66699a50da02d57e9a3b11c0a766639)

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).

## Type Support for `.vue` Imports in TS

TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.

## Customize configuration

See [Vite Configuration Reference](https://vite.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Test run

```sh
npm run test
```