NativeScript for Mobile App Development Practice Test
NativeScript for Mobile App Development Performance and Debugging 2
What causes UI jank in NativeScript applications?
Select your answer
A
Running heavy computations synchronously on the main (UI) thread
B
Using too many plugins
C
Having too many routes defined
D
Using TypeScript instead of JavaScript
Hint