reactjs / React.NET

.NET library for JSX compilation and server-side rendering of React components
https://reactjs.net/
MIT License
2.3k stars 932 forks source link

React.js with asp.net core 2.0 #435

Closed HelloMyDevWorld closed 7 years ago

HelloMyDevWorld commented 7 years ago

Hello, could anyone link a good template to start hacking with react + asp.net 2.0. I am interested in jsx no tsx ;))) Thanks ;)

aurokk commented 7 years ago

I recommend u to start with "Microsoft's JavascriptServices" instead of react.net!

https://github.com/aurokk/netcore-react-spa - my configured boilerplate.

Or u can use standard net core templates - https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/

dustinsoftware commented 7 years ago

Good news! There is an open PR for this #436

makcakaya commented 7 years ago

@aurokk Can you elaborate more please? Why do you recommend JavaScriptServices instead of Reactjs.Net?

Daniel15 commented 7 years ago

Should be fixed by #436