This project is a quickbits
showcase of a React & Redux + AG Grid 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 to make getting started as easy as possible.
Clone this repository, npm install
, npm run dev
, and you're ready to get going:
git clone [email protected]:lab49/react-ag-grid-client-side-update-essay.git
npm i
npm run dev
Open http://localhost:3000 in your browser to get going!