DaniilSokolyuk / NodeReact.NET

Library to render React library components on the server-side with C# as well as on the client.
MIT License
43 stars 5 forks source link

Plans or thoughts on React 19 #14

Open cmeagher-rwy opened 3 months ago

cmeagher-rwy commented 3 months ago

We first came across NodeReact.NET after finding ReactJS.NET, but then realising it was in maintenance mode and reading through the issues on that repo we were pointed here.

We have been looking for a way to better integrate React component rendering into a dotnet MVC app and we've used the sample app provided in this repo to set up a sample app of our own to demo internally. We are really pleased with how it is working and are continuing to explore how to use this library to get the most out of it and to make sure it's a good fit for the team.

One of the things we need to do is dig around a bit in the library and components provided as it looks like there are depths to it that the current documentation doesn't go into. Hopefully we can contribute back some documentation as we become more familiar with it.

Something that we have been wondering about though is with the upcoming release of React 19 whether there are any thoughts or plans to look at how some of the new features like Actions and use or even Server Components might be supported in NodeReact.NET?