
React Native is a framework for building native cross-platform applications using javascript. React Native enables developers to share application logic, without the need to recompile or re-deploy an application. Instead, React Native produces a mobile application that shares the majority of its underlying code with a web version of your application. This can be especially beneficial when it comes to updating applications, as you do not have to release new versions of the app on each platform from scratch.
These articles are related to React Native development on the Mac. The list includes common topics, advanced techniques, and technical guidance for doing React Native development on a Mac. Additional topics related to React Native include JavaScript frameworks, coding standards, and Node.js development.