NodeReact.NET
NodeReact.NET copied to clipboard
Plans or thoughts on React 19
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?
@cmeagher-rwy Just to let you know, I can confirm that it will run with React 19.1.0 when applying the changes from the this PR https://github.com/DaniilSokolyuk/NodeReact.NET/pull/15
@DaniilSokolyuk are you planning to create new releases or should we maintain or own forks going forward? If you need any help I would be happy to assist.