You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Custom JS logic via implementing [IRenderFunctions](https://github.com/reactjs/React.NET/blob/c93921f059bfe9419ad7094c184979da422a4477/src/React.Core/IRenderFunctions.cs) and passing to [Html.React](https://github.com/reactjs/React.NET/blob/c93921f059bfe9419ad7094c184979da422a4477/src/React.AspNet/HtmlHelperExtensions.cs#L71)
25
+
*[Runs on Windows, OS X and Linux](http://reactjs.net/getting-started/chakracore.html) via .NET Core and ChakraCore
26
+
* Supports both ASP.NET 4.0/4.5 and ASP.NET Core
24
27
25
28
# Quick Start
26
29
27
30
Install the package
28
31
29
-
```
32
+
```powershell
30
33
Install-Package React.Web.Mvc4 # For ASP.NET MVC 4 or 5
31
34
Install-Package React.AspNet # For ASP.NET Core MVC
32
35
```
33
36
37
+
Install a Javascript engine and configure as the default (more info [here](https://reactjs.net/getting-started/aspnet.html) on how this works)
0 commit comments