RealGrid2 Tutorial
React Component Tutorial
Install

This is a tutorial on implementing grid in a React environment with the realgrid-react package.

Grid product installation and react package

React installation for development environment configuration

npx create-react-app realgrid-react --template typescript

Move realgrid-react folder

cd realgrid-react

Install realgrid-react package

npm install realgrid-react

Installation notes

When installing realgrid-react, realgrid is automatically installed together. You do not need to install it separately.

However, if you need a specific version, you can install it separately by specifying the version directly.

npm install realgrid@2.8.3
  • realgrid-react can be used starting from Grid version 2.8.0.