InterviewSolution
| 1. |
Difference Between React Native And Nativescript, Which One Do You Prefer And Why? |
|
Answer» React JS for the web is fantastic. But when it comes to React Native - i FELT i was boxed or caged to Reacts way of CREATING the views and constructing the SCREEN there after. With NativeScript that's not the case. The UI definition follows XML syntax. I know XML so easy to follow. When it comes to application logic - it allows ES5, TypeScript - again which i already know so i can reuse my SKILL. You use a subset of CSS to style your app. Again big plus point here - if you know CSS3, NS allows you to use most of the basic RULE sets to style your app. Basically NS is all about open standards - you don't have to learn anything new. you use what you all ready know. React JS for the web is fantastic. But when it comes to React Native - i felt i was boxed or caged to Reacts way of creating the views and constructing the screen there after. With NativeScript that's not the case. The UI definition follows XML syntax. I know XML so easy to follow. When it comes to application logic - it allows ES5, TypeScript - again which i already know so i can reuse my skill. You use a subset of CSS to style your app. Again big plus point here - if you know CSS3, NS allows you to use most of the basic rule sets to style your app. Basically NS is all about open standards - you don't have to learn anything new. you use what you all ready know. |
|