-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

React Interview Guide
By :

When Facebook initially chose to make its services available on mobile devices, it decided to run mobile pages based on HTML5 instead of building native apps, which was preferred by many tech giants at that time. However, it ended up with UX and performance overhead issues.
In 2013, the Facebook team found a method of generating UI elements for iOS apps by using JavaScript. This idea was successful for mobile applications and later, React Native was supported for Android devices too.
This section will focus on React Native, so that we can go beyond ReactJS concepts and cover important topics related to architecture, navigation, and its differences from ReactJS, which might be expected in React interviews.
React Native is a popular JavaScript-based mobile app framework for building natively rendered mobile applications for iOS, Android, and Windows. The main advantage of this library is that you can use...