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

https://github.com/lab49/quickbits-react-ag-grid-speed-demo

Lab49 quickbits: React & Redux + AG Grid speed demo. It's fast 🏎
https://github.com/lab49/quickbits-react-ag-grid-speed-demo

aggrid lab49 quickbits react redux speed

Last synced: about 1 month ago
JSON representation

Lab49 quickbits: React & Redux + AG Grid speed demo. It's fast 🏎

Awesome Lists containing this project

README

          




Lab49 quickbits


## Lab49 `quickbits`: React & Redux + AG Grid client side update speed demo

This project is a `quickbits` showcase of a [React](https://reactjs.org/) & [Redux](https://redux.js.org/) + [AG Grid](https://www.ag-grid.com/) application, specifically configured to show off efficient grid rendering techniques.

As with all `quickbits` projects, this is only intended to show off a single concept, for reference in your own projects.

What this project is attempting to do is show how fast rendering can be acheived with AG Grid by leveraging a simple Redux store in a React UI. Additionally, we use [Next.js](https://nextjs.org/) to make getting started as easy as possible.

![screenshot](https://user-images.githubusercontent.com/88339423/138518369-30434cf9-6508-43fe-ae54-c7b7d56d675d.png)

### [View the live demo!](https://quickbits-react-ag-grid-speed-demo.vercel.app/)

## Developers guide

Clone this repository, `npm install`, `npm run dev`, and you're ready to get going:

```bash
git clone git@github.com:lab49/react-ag-grid-client-side-update-essay.git
npm i
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to get going!