Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Sep 28, 2024
1 parent 5bf2559 commit f7b169d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ReactWithDotNet.WebSite/Pages/PageTechnicalDetail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ protected override Element render()
{
"ReactWithDotNet is working on the .net core. Creates ReactNode hierarchy in c# language then serialize to client.",
br,
"Our client engine recalculates ReactNodes from incoming c# generated nodes",
"Our client engine recalculates React nodes from incoming c# generated nodes",
br,
"If any react event occurs then serialize only sub react nodes values to server"
},

SpaceY(50),
new img(WidthFull)
{
Src(Asset("TechnicalDetail1.drawio.png"))
}
};
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mxfile host="Electron" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.7.8 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" version="24.7.8">
<diagram name="Page-1" id="Bcc2UwYoAsyh1knTW7F2">
<mxGraphModel dx="941" dy="554" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="941" dy="554" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="850" pageHeight="1100" background="none" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7b169d

Please sign in to comment.