FastGrid 3.2 adds official npm packages and example projects for React, Angular, Vue and Svelte, plus a plain HTML/JavaScript setup and a Node.js backend example. Integration is the headline change, not just performance.
If you have been integrating FastGrid manually via a <script> tag, that setup still works and is not deprecated. From 3.2 onward there is also a documented, framework-native way to install and use it.
Each framework now has its own documentation page. Every page opens with links to the npm package, the GitHub repository, the example project, and a full description with relevant keywords, so you can go from "I need a grid" to a running example without guesswork.
Each framework has its own scaffolding command that sets up a working example project:
npm create fastgrid-react
npm create fastgrid-angular
npm create fastgrid-vue
npm create fastgrid-svelte
npm create fastgrid-html
Run the one matching your stack. Import syntax and integration details for each: see the corresponding documentation page linked above.
FastGrid is built for datasets that break most grid components: millions of rows, virtual scrolling, no pagination. Performance was never the gap. The gap was setup friction for teams standardized on a specific framework. FastGrid 3.2 closes that gap for React, Angular, Vue and Svelte, without changing anything about how the grid itself performs or renders.
Scope: this applies to FastGrid and FastSheet only. FastSheet is a FastGrid extension and uses the same packages. TreeGrid and GanttChart do not currently have dedicated framework packages.
No. Existing manual/script-tag integrations continue to work. The new packages are an additional, framework-native way to install FastGrid and FastSheet.
No. A plain HTML/JavaScript example is included for projects without React, Angular, Vue or Svelte.
Yes, a Node.js example is included alongside the frontend packages.
Not yet. Framework packages currently exist for FastGrid and FastSheet only.
Install the package for your framework
Start from the example project and wire it into your app in minutes.
Open Download page →