Skip to content

Commit a8c5f70

Browse files
authored
Update readme.md
1 parent d1cf1b3 commit a8c5f70

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

readme.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1+
# Dashboard for React - Custom Item Tutorials
2+
3+
The example contains the source code of the scripts created in the step-by-step [Custom Item](https://docs.devexpress.com/Dashboard/117546/web-dashboard/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 [dashboard-react-app](dashboard-react-app) folder contains the client application built with React.
9+
110
<!-- default file list -->
211

3-
*Files to look at*:
12+
## Files to Look at
413

514
* [HelloWorldItem.js](dashboard-react-app/src/HelloWorldItem.js)
615
* [DataAwareItem.js](dashboard-react-app/src/DataAwareItem.js)
716
* [FunnelChartItem.js](dashboard-react-app/src/FunnelChartItem.js)
817
* [App.js](dashboard-react-app/src/App.js)
918

10-
1119
<!-- default file list end -->
1220

13-
# Dashboard for React - Custom Item Tutorials
14-
15-
The example contains the source code of the scripts created in the step-by-step [Custom Item](https://docs.devexpress.com/Dashboard/117546/web-dashboard/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 [dashboard-react-app](dashboard-react-app) folder contains the client application built with React.
21-
2221
## Static Custom Item
2322

2423
**View Tutorial**: [Create a Static Custom Item](https://docs.devexpress.com/Dashboard/119836/web-dashboard/ui-elements-and-customization/create-a-custom-item/create-a-static-item)

0 commit comments

Comments
 (0)