Skip to content

dustinsoftware/React.NET

This branch is 4 commits ahead of, 68 commits behind reactjs/React.NET:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0265e1 · Jun 17, 2020
Jun 17, 2020
Jun 5, 2020
Jun 17, 2020
Mar 22, 2020
Jun 4, 2019
Mar 1, 2020
Jun 12, 2020
Jan 20, 2018
Jan 20, 2018
Oct 10, 2019
Oct 1, 2016
Nov 5, 2018
Mar 17, 2020
Feb 1, 2020
Mar 22, 2020
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#.

Build status  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.

About

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

Resources

License

Stars

Watchers

Forks

Packages 11

Languages

  • C# 87.9%
  • JavaScript 4.1%
  • CSS 4.0%
  • HTML 2.2%
  • Ruby 0.7%
  • TypeScript 0.5%
  • Other 0.6%