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

Add support for React Native DOM platform #68

Open
piranna opened this issue Sep 14, 2018 · 0 comments
Open

Add support for React Native DOM platform #68

piranna opened this issue Sep 14, 2018 · 0 comments

Comments

@piranna
Copy link
Collaborator

piranna commented Sep 14, 2018

https://github.com/vincentriemer/react-native-dom

It targets the web in the same way as react-native-web (used by the current web platform), but the build process is similar to the Windows platform by adding a new platform to React Native builder itself instead of monkey patching the libraries, it's multithreaded by default by using WebWorkers, and it's compiled to WebAssembly by using custom binding of Yoga layout, so performance should be great. I propose to add it as a new platform, and maybe in the future deprecate the web one in benefict of this.

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

1 participant