Hacker News new | ask | show | jobs
by infogulch 3366 days ago
Wait what. A web framework, adapted to work for native mobile, adapted back to work on the web?
2 comments

In React Native, you don't have the standard DOM elements since you're not working in a DOM, so it provides some standard elements that get turned into native components (Button, Text, etc). It looks like this is porting those components back to the web. Sounds silly at first, but looks like it can be useful for RN shops.
Its another step to try an unify building apps, and web apps with the same code.