reactjs / React.NET

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

Tutorial.jsx file is not found - Status 500 #1346

Open chrisSanAA opened 2 months ago

chrisSanAA commented 2 months ago

Hi,

I'm having the exact same issue as https://github.com/reactjs/React.NET/issues/768 exact same behavior, Im not able to make this work.

I followed all the instructions on the tutorial. I have tried installing x86 and x64 versions as mentioned in another posts and nothing works. image

ReactConfig.cs image

Browser error: image

I even changed the file name just to try something else and nothing works.

Please let me know what you need to troubleshoot this

ibakirov commented 1 week ago

@chrisSanAA I suggest you not to waste time and not to use this React.Net implementation due to #1315 and outdated React (16.X) and so on deprecated libraries. Start using active vanilla React (https://github.com/facebook/react) as Front-end and use your .Net Back-end as Web API for the Front-end.