reactjs / React.NET

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

ASP 6 Core VS 2022 #1275

Open fasteddys opened 2 years ago

fasteddys commented 2 years ago

Hello is it updated for asp core 6 MVC? & VS 2022

alikazai commented 2 years ago

I managed to build this in a .net 6 project however can seem to upgrade react to v18 only works on v16. get an error on textEncoder.

primekad commented 2 years ago

I have the same problem. Upgrading to react v18 breaks my app with an error on the text encoder. Only works on v16. Anyone reason why?