Monday, June 03, 2019

React Native DOM & React Native Web

React Native DOM

vincentriemer/react-native-dom: An experimental, comprehensive port of React Native to the web. @GitHub

Vincent Riemer: React Native DOM - YouTube


"...comprehensive port of React Native to the web.
What Vincent focused on was to uniform the development process and the tools between Mobile and Web platforms. He ended up filling the gaps between the two with Yoga (cross-platform layout engine which implements Flexbox) and by compiling it to Web Assembly.

Here are the differences between the two: "

for (web) rendering it is using:

facebook/yoga: Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. @GitHub

+ WebAssembly


Yoga Layout | A cross-platform layout engine

DEMOS

necolas/react-native-web: React Native for Web @GitHub

"React Native for Web" makes it possible to run React Native components and APIs on the web using React DOM. Check out the live demo of the React Native examples running on the web.
Storybook

No comments: