The example contains the source code of the scripts created in the step-by-step [Custom Item](https://docs.devexpress.com/Dasard/117546/web-dasard/ui-elements-and-customization/create-a-custom-item) tutorials.
4
+
5
+
This example uses a client-server architecture. The server (backend) project communicates with the client (frontend) application that includes all the necessary styles, scripts and HTML templates. Note that the script version on the client must match the version of libraries on the server.
6
+
7
+
- The [asp-net-core-server](asp-net-core-server) folder contains the backend project built with ASP.NET Core 3.1.
8
+
- The [dasard-react-app](dasard-react-app) folder contains the client application built with React.
The example contains the source code of the scripts created in the step-by-step [Custom Item](https://docs.devexpress.com/Dasard/117546/web-dasard/ui-elements-and-customization/create-a-custom-item) tutorials.
16
-
17
-
This example uses a client-server architecture. The server (backend) project communicates with the client (frontend) application that includes all the necessary styles, scripts and HTML templates. Note that the script version on the client must match the version of libraries on the server.
18
-
19
-
- The [asp-net-core-server](asp-net-core-server) folder contains the backend project built with ASP.NET Core 3.1.
20
-
- The [dasard-react-app](dasard-react-app) folder contains the client application built with React.
21
-
22
21
## Static Custom Item
23
22
24
23
**View Tutorial**: [Create a Static Custom Item](https://docs.devexpress.com/Dasard/119836/web-dasard/ui-elements-and-customization/create-a-custom-item/create-a-static-item)
0 commit comments