Overlap with ReactJS.NET? #1675

Closed
opened 2025-08-09 17:21:15 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @Daniel15 on 12/9/2015

Hello!

I just found out about this project today. I work on a project called ReactJS.NET that handles compiling JSX files to JavaScript (via Babel), and server-side rendering of React components, both in ASP.NET 4 and 5. It seems like there'd be quite a bit of overlap between what ReactJS.NET provides and what Microsoft.AspNet.ReactServices provides. What are the advantages that ReactServices would provide over ReactJS.NET? 😃

Currently with ReactJS.NET I'm using V8 and falling back to Chakra (via JavaScriptEngineSwitcher) but I've considered adding support for Node.js too. Have you seen any issues with using Node.js from ASP.NET?

*Originally created by @Daniel15 on 12/9/2015* Hello! I just found out about this project today. I work on a project called [ReactJS.NET](http://reactjs.net/) that handles compiling JSX files to JavaScript (via Babel), and server-side rendering of React components, both in ASP.NET 4 and 5. It seems like there'd be quite a bit of overlap between what ReactJS.NET provides and what `Microsoft.AspNet.ReactServices` provides. What are the advantages that `ReactServices` would provide over ReactJS.NET? :smiley: Currently with ReactJS.NET I'm using V8 and falling back to Chakra (via [JavaScriptEngineSwitcher](https://github.com/Taritsyn/JavaScriptEngineSwitcher)) but I've considered adding support for Node.js too. Have you seen any issues with using Node.js from ASP.NET?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1675
No description provided.