Skip to content

Commit f60cf04

Browse files
committed
Mention Babel and ASP.NET 5
Also remove code coverage badge as the TeamCity build has been broken for a while, and AppVeyor doesn't offer code coverage at the moment.
1 parent 9f61c9a commit f60cf04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
[ReactJS.NET](http://reactjs.net/)
22
===========
33

4-
ReactJS.NET is a library that makes it easier to use Facebook's
5-
[React](http://facebook.github.io/react/) and
6-
[JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) from C#.
4+
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#.
75

86
[![Build status](https://img.shields.io/appveyor/ci/Daniel15/react-net/master.svg)](https://ci.appveyor.com/project/Daniel15/react-net/branch/master) 
9-
[![Code coverage](http://img.shields.io/teamcity/coverage/ReactJSNet_Master.svg)](http://teamcity.codebetter.com/viewType.html?buildTypeId=ReactJSNet_Master&guest=1) 
107
[![NuGet downloads](http://img.shields.io/nuget/dt/React.Core.svg)](https://www.nuget.org/packages/React.Core/) 
118
[![NuGet version](http://img.shields.io/nuget/v/React.Core.svg)](https://www.nuget.org/packages/React.Core/)
129

1310
Features
1411
========
15-
* On-the-fly [JSX to JavaScript compilation](http://reactjs.net/getting-started/usage.html)
12+
* On-the-fly [JSX to JavaScript compilation](http://reactjs.net/getting-started/usage.html) via [Babel](http://babeljs.io/)
1613
* JSX to JavaScript compilation via popular minification/combination
1714
libraries:
1815
* [ASP.NET Bundling and Minification](http://reactjs.net/guides/weboptimizer.html)
1916
* [Cassette](http://reactjs.net/guides/cassette.html)
2017
* [Webpack](http://reactjs.net/guides/webpack.html)
18+
* [MSBuild](http://reactjs.net/guides/msbuild.html)
2119
* [Server-side component rendering](http://reactjs.net/guides/server-side-rendering.html)
2220
to make your initial render super-fast (experimental!)
2321
* [Runs on Linux](http://reactjs.net/guides/mono.html) via Mono and V8
22+
* Supports both ASP.NET 4.0/4.5 and ASP.NET 5
2423

2524
Quick Start
2625
===========
2726
Install the package
2827
```
29-
Install-Package React.Web.Mvc4
28+
Install-Package React.Web.Mvc4 # For ASP.NET MVC 4 or 5
29+
Install-Package React.AspNet # For ASP.NET MVC 6 (ASP.NET 5)
3030
```
3131

3232
Create JSX files

0 commit comments

Comments
 (0)