create-fastgrid-react
v3.2.4
Published
Create React starter projects, tutorials and advanced examples for FastGrid and FastSheet, including data grids, tree grids, virtual scrolling, XLSX spreadsheets and AI.
Maintainers
Keywords
Readme
create-fastgrid-react
Create ready-to-run React projects for FastGrid and FastSheet.
The generated projects use the official fastgrid-react wrapper and include
an evaluation version of the FastGrid/FastSheet runtime.
Create a project
npm create fastgrid-react@latest my-fastgrid-appor:
npx create-fastgrid-react@latest my-fastgrid-appThe CLI asks you to select one of these templates:
|index| Template | Purpose |
| --- | --- | --- |
| 1 | quick-start | Minimal React application with one FastGrid |
| 2 | quick-start-typescript | Minimal React application with one FastGrid and TypeScript |
| 3 | tutorials | Individual FastGrid and FastSheet feature tutorials |
| 4 | examples | Advanced grids, spreadsheets, XLSX, large grids, SQL database and optional local Node server examples |
After generation
cd my-fastgrid-app
npm install
npm run devFastGrid and FastSheet
FastGrid and FastSheet use the same runtime.
FastGrid is a high-performance JavaScript/TypeScript data grid intended for:
- JavaScript data grids;
- HTML data tables;
- tree grids and hierarchical data;
- virtual scrolling over large datasets;
- editing, sorting, filtering and grouping;
- pivot grids;
- formulas and conditional formatting;
- XLSX, CSV, HTML and PDF export;
- AI-assisted data operations
FastSheet is intended for:
- browser spreadsheet and workbook editing;
- XLSX import and export;
- multiple sheets;
- formulas;
- spreadsheet formatting;
- images and charts;
- AI-assisted spreadsheet operations.
Trial and registered runtime
The generated project contains the trial FGridE.js for evaluation.
Production applications must replace it with an externally supplied registered runtime obtained under the appropriate COQsoft license.
The registered runtime and serial code must not be published to npm or GitHub.
Local example server
The advanced examples may contain an optional local Node.js server for demonstrating file, SQL and PDF integration.
The example server is for localhost development only. Do not deploy it to the public internet without adding authentication, authorization, path validation, parameterized SQL, request-size limits, restrictive CORS and secure process isolation.
Documentation
- FastGrid React integration
- FastGrid product page
- FastSheet product page
- Documentation index and glossary
- API and attribute search
- Live examples
- Licensing
- Prices
- Purchase
License
The generator and generated React source code are open source under
the terms in LICENSE.md.
The included trial FGridE.js remains commercial COQsoft evaluation software.
Production use requires an appropriate FastGrid/FastSheet license and a
separately supplied registered runtime.
