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 🏎
- Host: GitHub
- URL: https://github.com/lab49/quickbits-react-ag-grid-speed-demo
- Owner: lab49
- Created: 2021-10-22T20:19:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T21:48:52.000Z (about 4 years ago)
- Last Synced: 2025-05-31T07:07:48.395Z (about 1 year ago)
- Topics: aggrid, lab49, quickbits, react, redux, speed
- Language: JavaScript
- Homepage: https://quickbits-react-ag-grid-speed-demo.vercel.app/
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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.

### [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!