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

Is it possible to use preact with other doms? #8

Closed
user471 opened this issue Jan 1, 2016 · 1 comment
Closed

Is it possible to use preact with other doms? #8

user471 opened this issue Jan 1, 2016 · 1 comment

Comments

@user471
Copy link

user471 commented Jan 1, 2016

For example, libraries like pixi.js, three.js, nativescript have their own dom.
Or is it only support html?

@developit
Copy link
Member

Preact is specialized for the HTML DOM. For other use-cases it probably makes more sense to use React. That being said, part of the current refactoring will involve splitting DOM access into a separate module, which would make it possible to use custom DOM backends.

@user471 user471 closed this as completed Jan 1, 2016
marvinhagemeister pushed a commit that referenced this issue Mar 2, 2019
marvinhagemeister pushed a commit that referenced this issue Mar 15, 2022
Fix issue where child context was replacing instead of augmenting parent context
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