-
Notifications
You must be signed in to change notification settings - Fork 926
ASP.NET 5 (originally vNext) support #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Created a Visual Studio 2015 solution (React.VS2015.sln) containing two new projects: React.AspNet5 and React.Samples.Mvc6. - Copied MVC 4 example to create a new MVC 6 example. Uses Gulp to build JSX file. - Integrated per-request registration into our TinyIoC for ASP.NET 5.
Conflicts: dev-build-vs2015.bat
Version number can be set through |
This is awesome, I've been planning to start learning react and ASP.net vnext now I can do both! |
ASP.NET 5 (originally vNext) support
Boom, time to party 😄 |
Awesome work guys! |
Does it run on coreclr? |
😲 |
@luisrudge No CoreCLR support yet, that depends on the dependencies first (JavaScriptEngineSwitcher, ClearScript, and optionally MsieJavaScriptEngine) |
Ok, that's great! Thanks! |
Basic getting started guide here: http://reactjs.net/getting-started/aspnet5.html |
Awesome! THanks! |
@Daniel15 this thread on the clear script forums discusses the problems facing support for CoreClr but suggests potential cross-platform alternatives: Vroom and V8.net. Would they be suitable alternatives? |
@jimitndiaye I'm actually using VroomJs for Linux and Mac OS support, but I never managed to get the required version of V8 (3.17.16.2) to compile properly on Windows. I don't have the expertise to upgrade VroomJs to support newer versions of V8, as I have very little C and C++ experience. |
Add support for ASP.NET 5 (formerly known as vNext)