Introduction to the React Native

 Introduction

React Native is a framework of JavaScript that allows you to develop mobile apps that allows you to write once and deploy it on both the Play Store and the App Store for Android and iOS phones. It was developed by Facebook a couple of years ago.



 
React Native is based on the popular JavaScript framework React which allow you to make UI/UX in web application. 


Pros & Cons

Like other technologies, there are several Pros and Cons of React Native Apps. Some of them are as follows:

Pros

1. Cross-Platform Compatibility: You can write code once and deploy them and Android and iOS devices platforms like Play Store and Apps Store.

2. Fast development: There are so many pre-built features that you can build your app faster.

3. Good performance: It provides a smooth and responsive user experience.

4. Large Community: The community of react native is large. So they provide good support to the developer.


Cons

1. Limited APIs: There are limited APIs that may not allow you to write custom code.

2. Performance issue: There could be a performance issue if you try to build a complex app using React Native.

3. Debbuging: Debugging Could be difficult.


Comments