Skip to content
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

javascript react support #83

Open
last-Programmer opened this issue Sep 30, 2022 · 1 comment
Open

javascript react support #83

last-Programmer opened this issue Sep 30, 2022 · 1 comment
Milestone

Comments

@last-Programmer
Copy link

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 FlorianRappl transferred this issue from AngleSharp/AngleSharp Sep 30, 2022
@FlorianRappl
Copy link
Contributor

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 FlorianRappl added this to the v1.0 milestone Mar 1, 2024
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