GridForge — React Data Grid
A React data-grid library published to npm, developed as a monorepo with Storybook and a full test suite.
- Role
- Library Author
- Year
- 2025
- Status
- library

GridForge is a data-grid component library for React, built as a private monorepo and published as an npm package.
Building a grid is mostly a performance and API-design problem: virtualisation for large datasets, column sizing and pinning, sorting and filtering, and an API surface that stays predictable as features grow.
Storybook drives the development loop and doubles as living documentation; Vitest and Testing Library keep behaviour locked down across releases.
Highlights
- Published npm package (@gridforge/react)
- Monorepo with Storybook-driven development
- Virtualised rendering for large datasets
- Vitest + Testing Library coverage
Built with
ReactTypeScriptTanStack TableStorybookVitestpnpm monorepo