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.NET on Dnx Core #264

Closed ar27111994 closed 8 years ago

ar27111994 commented 8 years ago

Is there any chance of running & using React.NET on Dnx Core in the near future? An update on timeframe of release will help. Thanks.

Daniel15 commented 8 years ago

Unfortunately, this won't be possible until there's a JavaScript engine that runs on .NET Core. Currently, the main engines (V8 via ClearScript and VroomJs, and Chakra) don't support .NET Core. It'd be worth following up with the ClearScript team to see if they're planning on supporting .NET Core.

pauldotknopf commented 8 years ago

@ar27111994, the react-aspnet-boilerplate project supports .NET Core/RC2.

ar27111994 commented 8 years ago

@pauldotknopf can I run it on rc1?

pauldotknopf commented 8 years ago

@ar27111994, it isn't supported going forward, but if you checkout the repo at 36001a4b1f5a11119fe0f71cb26a36a2e3b18a50, you can.