Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm confused. Wouldn't "native" imply it uses platform widgets rather than HTML?


This is what React-Native (which Vue-Native is build upon) does.

Instead of

    <div>Hello</div>
you have

    <View><Text>Hello</Text></View>


Yes, but as opposed to a traditional GUI SDK, it's manipulating those widgets with JS, within a Vue.js architecture.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: