Best of React Native — July 2021
- 1
- 2
LogRocket·5y
Vue Native vs. React Native
Vue Native is a cross-platform framework that wraps the Vue.js syntax around React Native. Because Vue Native’s code transpiles into React Native before it compiles into a mobile app, you don’t need to learn React from scratch. Both frameworks are open source for anyone to contribute their source code to and use.
- 3
DEV·5y
Is it important to know how Javascript work under the hood?
After using javascript for all kind of projects and doing it professionally for almost a year (Developing React Native apps) I asked myself how does javascript work and does it really matter ? When i asked my friend that is much more experienced than me, he told me : Look Toni, it works. I don't care what it does under the hood. After researching a lot i think i've changed the way i think.