Skip to content

AG Grid

Enterprise-grade data grid relevant for comparison and compat testing.

Works with preact/compatActive

Works with preact/compat

Works with Preact through preact/compat and the standard Vite alias configuration.

Packageag-grid-community

Facts at a glance
Preact compatibility
Works with preact/compat
Tested Preact versions
Not documented
TypeScript
Native TypeScript
SSR
SSR unsupported
Maintenance
Active
License
Not documented
Last verified
Not yet verified
Terminal
npm install ag-grid-community
vite.config.ts
resolve: {  alias: {    react: "preact/compat",    "react-dom/test-utils": "preact/test-utils",    "react-dom": "preact/compat",    "react/jsx-runtime": "preact/jsx-runtime",  },}
Preact example
export function Example() {  return <section>AG Grid can be evaluated inside a Preact component.</section>;}

Known limitations

  • PreactHub still needs project-specific verification notes for versions, bundle impact and edge cases.

Introduction

AG Grid is tracked in PreactHub because it is relevant for Preact applications, migrations, ecosystem comparisons or adjacent tooling.

Preact configuration

Use the React-facing package with `preact/compat` aliases and verify hooks or context-heavy usage in your app.

SSR notes

SSR support should be treated cautiously; load this library on the client when it depends on browser APIs.

Islands notes

AG Grid can be used from interactive islands as long as initialization is scoped to the island root and cleaned up when necessary.