Skip to content

.NET library for JSX compilation and server-side rendering of React components

License

Notifications You must be signed in to change notification settings

reactjs/React.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d5bdb0 · Apr 26, 2022
Mar 21, 2021
Apr 26, 2022
Apr 26, 2022
Sep 17, 2020
Jun 4, 2019
Mar 1, 2020
Nov 9, 2020
Jan 20, 2018
Jan 20, 2018
Oct 10, 2019
Oct 1, 2016
Nov 5, 2018
Jul 23, 2020
Sep 8, 2020
Apr 11, 2022
Oct 17, 2018
Oct 17, 2018
Nov 14, 2018
Oct 17, 2018
Oct 17, 2018
Mar 9, 2020
Jun 7, 2019

Repository files navigation

ReactJS.NET is a library that makes it easier to use Babel along with Facebook's React and JSX from C#.

.NET Core Desktop NuGet version Download count

Features

Quick Start

dotnet new -i React.Template
dotnet new reactnet-vanilla
dotnet run

Planning on using require or import module syntax in your application? Use the reactnet-webpack template instead for webpack support.

See also:

Building Manually and Contributing

When building your own copy of ReactJS.NET (for example, if implementing a new feature or fixing a bug), your first build always needs to be done using the build script (dev-build.bat) as this generates a few files required by the build (such as SharedAssemblyVersionInfo.cs). Once this build is completed, you can open React.sln in Visual Studio and compile directly from Visual Studio. Please refer to the documentation page on contributing for more information on contributing to ReactJS.NET.

Note that the build requires you to have Git installed. If you do not want to install Git, you may remove the GitVersion task from build.proj.