Skip to content

Node Stream support for react v18? #1265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
LorenDorez opened this issue Sep 2, 2021 · 2 comments
Closed

Node Stream support for react v18? #1265

LorenDorez opened this issue Sep 2, 2021 · 2 comments

Comments

@LorenDorez
Copy link

With the upcoming React v18 i was wondering if much thought has been given about how to implement Node streams. As some of the new features for v18 React.Lazy and React.Suspense will be leveraging a new nodestream reactwg/react-18#22

i dont have much experence on the node side of this. im not sure where to start with a basic implementation using renderToNodeStream any guidance would be appreciated.

I though about trying to do something with Web sockets and tie into the JS Engines that way but not sure that would work.

@dustinsoftware
Copy link
Member

dustinsoftware commented Sep 2, 2021 via email

@LorenDorez
Copy link
Author

Well I see JES has a node engine that could be used but again not sure how you would be able to wireup the cross talk between JSE <> .Net <> Client. I was thinking you could use websockets or signalR to help with the .Net <> Client but not sure the JSE can handle the constant connection between it and .Net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants