React js
.Net
React with DotNet
Write react.js application in c# language
ReactWithDotNet is a new way to build web applications. Build component tree in server side on .Net Core (c#) then sends component tree to react client side. When any component has any action then React client communicates serverside only required parts of application. Does not hold any state at .Net Core server side. Thousend of users can be handle at same time. In summary, combines power of c#, .net and react.js
HomePageDemoComponent.cs
Reset