Kendo UI for React - Binding to an ASP.NET Core service
Перейти к файлу
Vasil Raev 107a9cf6dd
Create CODEOWNERS
2021-05-11 15:24:12 +03:00
ClientApp fix: fix cancel error 2019-07-03 09:56:21 +03:00
Controllers docs: add CRUD 2019-03-27 09:29:18 +02:00
Views Add the app 2018-02-08 14:13:19 +02:00
wwwroot docs: add CRUD 2019-03-27 09:29:18 +02:00
.eslintrc.json Add the app 2018-02-08 14:13:19 +02:00
.flowconfig Add the app 2018-02-08 14:13:19 +02:00
.gitignore Fix gitignore and update readme 2018-02-08 14:38:31 +02:00
.stylelintrc Add the app 2018-02-08 14:13:19 +02:00
CODEOWNERS Create CODEOWNERS 2021-05-11 15:24:12 +03:00
Program.cs Add the app 2018-02-08 14:13:19 +02:00
README.md remove entity framework and sql 2018-02-21 10:11:49 +02:00
Startup.cs docs: add CRUD 2019-03-27 09:29:18 +02:00
appsettings.Development.json Add the app 2018-02-08 14:13:19 +02:00
appsettings.json Add the app 2018-02-08 14:13:19 +02:00
package-lock.json Merge pull request #2 from telerik/dependabot/npm_and_yarn/jquery-3.5.0 2021-05-10 16:27:30 +03:00
package.json Merge pull request #2 from telerik/dependabot/npm_and_yarn/jquery-3.5.0 2021-05-10 16:27:30 +03:00
reactSpa.csproj docs: add CRUD 2019-03-27 09:29:18 +02:00
reactSpa.sln docs: add CRUD 2019-03-27 09:29:18 +02:00
tsconfig.json Add the app 2018-02-08 14:13:19 +02:00
webpack.config.js chore: update packages (#1) 2018-04-09 15:12:07 +03:00
webpack.config.vendor.js Add the app 2018-02-08 14:13:19 +02:00

README.md

Kendo UI for React: UI for ASP.NET Core

This repository contains a sample application which demonstrates how to use Kendo UI for React and UI for ASP.NET Core.

The UI for ASP.NET Core and UI for ASP.NET MVC suites provide a DataSourceRequest model binder and a ToDataSourceResult() method that process operations such as paging, sorting, filtering, grouping, and aggregates.

Prerequisites:

Get Started

  1. Clone this repository by using your favorite Git client or by executing git clone https://github.com/telerik/kendo-react-demo-aspnetcore-data.git.
  2. Enter the project directory by running cd kendo-react-demo-aspnetcore-data.
  3. Run npm install to install the project dependencies.
  4. Set some environment variables - setx ASPNETCORE_ENVIRONMENT "Development", setx NODE_ENV "development".
  5. Run dotnet run to launch the application.

Further Help

For a detailed tutorial, refer to the article on integrating the Kendo UI React with the UI for ASP.NET Core and UI for ASP.NET MVC suites. The tutorial explains the necessary steps to benefit from these features in the context of a React application by using the Data Query helpers.