AngleSharp / AngleSharp.Js

:angel: Extends AngleSharp with a .NET-based JavaScript engine.
https://anglesharp.github.io
MIT License
103 stars 22 forks source link

javascript react support #83

Open last-Programmer opened 1 year ago

last-Programmer commented 1 year ago

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.

FlorianRappl commented 1 year ago

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.