NodeReact.NET icon indicating copy to clipboard operation
NodeReact.NET copied to clipboard

Library to render React library components on the server-side with C# as well as on the client.

Results 6 NodeReact.NET issues
Sort by recently updated
recently updated
newest added

Are there any examples of usage? Also how would we leverage something like Material UI? Currently I do this using render functions

Hi, I want to try this library but the lack of support for Render functions is a blocker for me. Can it be implemented in NodeReact.Net ? I'd be happy...

enhancement

Are you open to a pull request to add support for .NET Framework 4? I have it started in a POC on my local machine and would be willing to...

Reference: [Moving createRoot/hydrateRoot to react-dom/client](https://github.com/reactwg/react-18/discussions/125 ) Thoughts on updating these references - https://github.com/DaniilSokolyuk/NodeReact.NET/blob/master/NodeReact/Components/ReactBaseComponent.cs#L236 - https://github.com/DaniilSokolyuk/NodeReact.NET/blob/master/NodeReact/Components/ReactBaseComponent.cs#L256 - ReadMe.md > section 'Ensure that any your server bundle define global variables for react...

I couldn't run the sample without an App.jsx, I've copied it from the streaming example

I have NodeJS v20.12.1 installed. When I run my application, I get the following error: **_An attempt to connect to NodeJS failed_** .... Screenshot of stacktrace is attached. ![NodeReact_Error](https://github.com/DaniilSokolyuk/NodeReact.NET/assets/54034059/9062f05d-4a7f-42c6-a294-7777b0246e90)