# React.NET **Repository Path**: vonleen/React.NET ## Basic Information - **Project Name**: React.NET - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [ReactJS.NET](http://reactjs.net/) ReactJS.NET is a library that makes it easier to use [Babel](http://babeljs.io/) along with Facebook's [React](http://facebook.github.io/react/) and [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) from C#. [](https://ci.appveyor.com/project/Daniel15/react-net/branch/master) [](https://www.nuget.org/packages/React.Core/) [](https://www.nuget.org/packages/React.Core/) # Features - On-the-fly [JSX to JavaScript compilation](http://reactjs.net/getting-started/usage.html) via [Babel](http://babeljs.io/) * JSX to JavaScript compilation via popular minification/combination libraries: - [ASP.NET Bundling and Minification](http://reactjs.net/bundling/weboptimizer.html) - [Cassette](http://reactjs.net/bundling/cassette.html) - [Webpack](http://reactjs.net/bundling/webpack.html) - [MSBuild](http://reactjs.net/bundling/msbuild.html) * [Server-side component rendering](http://reactjs.net/features/server-side-rendering.html) to make your initial render super-fast (experimental!) * [Runs on Windows, OS X and Linux](http://reactjs.net/getting-started/chakracore.html) via .NET Core and ChakraCore * Supports both ASP.NET 4.0/4.5 and ASP.NET Core * Server-side style rendering with CSS-in-JS libraries # Quick Start Install the package ``` Install-Package React.Web.Mvc4 # For ASP.NET MVC 4 or 5 Install-Package React.AspNet # For ASP.NET Core MVC ``` Create JSX files ```javascript // /Scripts/HelloWorld.jsx class HelloWorld extends React.Component { render() { return