DevExtreme React - Distribution Channels

npm

jQuery

You can use npm to deliver DevExtreme to a jQuery application.

Install the latest stable version:

npm install devextreme-dist@23.2 --save --save-exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

npm install devextreme-dist@23.2-next --save --save-exact
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
Angular

You can use npm to deliver DevExtreme to an Angular application. The following packages are provided:

Install the latest stable version:

npm install devextreme@23.2 --save --save-exact

npm install devextreme-angular@23.2 --save --save-exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

npm install devextreme@23.2-next --save --save-exact

npm install devextreme-angular@23.2-next --save --save-exact
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also
Vue

You can use npm to deliver DevExtreme to a Vue application. The following packages are provided:

Install the latest stable version:

npm install devextreme@23.2 --save --save-exact

npm install devextreme-vue@23.2 --save --save-exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

npm install devextreme@23.2-next --save --save-exact

npm install devextreme-vue@23.2-next --save --save-exact
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also
React

You can use npm to deliver DevExtreme to a React application. The following packages are provided:

Install the latest stable version:

npm install devextreme@23.2 --save --save-exact

npm install devextreme-react@23.2 --save --save-exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

npm install devextreme@23.2-next --save --save-exact

npm install devextreme-react@23.2-next --save --save-exact
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also

Yarn

jQuery

You can use Yarn to install the DevExtreme npm package.

Install the latest stable version:

yarn add devextreme@23.2 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@23.2-next --exact
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
Angular

You can use Yarn to install the following DevExtreme npm packages:

Install the latest stable version:

yarn add devextreme@23.2 --exact

yarn add devextreme-angular@23.2 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@23.2-next --exact

yarn add devextreme-angular@23.2-next --exact 
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also
Vue

You can use Yarn to install the following DevExtreme npm packages:

Install the latest stable version:

yarn add devextreme@23.2 --exact

yarn add devextreme-vue@23.2 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@23.2-next --exact

yarn add devextreme-vue@23.2-next --exact
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also
React

You can use Yarn to install the following DevExtreme npm packages:

Install the latest stable version:

yarn add devextreme@23.2 --exact

yarn add devextreme-react@23.2 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@23.2-next --exact

yarn add devextreme-react@23.2-next --exact
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also