Skip to main content
All docs
V23.2

Required Client Libraries for React

This topic contains the list of required libraries and instructions on how to integrate them into the project.

Required Libraries

Web Dashboard requires the following libraries to work correctly:

Optional Libraries

Npm Packages

The DashboardControl requires the devexpress-dashboard npm package, its dependencies, devexpress-dashboard-react, and devextreme-react packages:

  • devexpress-dashboard
  • jquery
  • knockout
  • @types/jquery
  • @devexpress/analytics-core
  • devextreme
  • devexpress-dashboard-react
  • devextreme-react

Use npm install command to install packages.

See Also