AngleSharp.Js icon indicating copy to clipboard operation
AngleSharp.Js copied to clipboard

javascript react support

Open last-Programmer opened this issue 3 years ago • 1 comments

First of all, thank you for AngleSharp and its developers.

In a webpage load event I am initiating the rendering of react component in a div element.

But the dom seems to be not changing. the div element stays empty without any content.

Whether react will work with existing jscript engine. if so how do I wait for load event to complete and then access the update div content.

Thanks in advance for the response.

last-Programmer avatar Sep 30 '22 17:09 last-Programmer

React itself works / was working (https://github.com/AngleSharp/AngleSharp.Js/blob/devel/src/AngleSharp.Js.Tests/ReactTests.cs#L24), but if React DOM works and if the script using React / React DOM is working is questionable. My gut feeling is, unfortunately, no.

FlorianRappl avatar Sep 30 '22 20:09 FlorianRappl