V
V
Vitaly2017-01-27 01:01:49
JavaScript
Vitaly, 2017-01-27 01:01:49

React + React Native VS Angular 2 + Native Script => how are things today?

I ask knowledgeable people to compare these two platforms, describe the advantages and difficulties of one over the other, and say a few words about development trends.
The main criteria for comparison:
* development speed
* quantity and quality of ready-made modules
* device management capabilities
* level of complexity of using web application code and vice versa
* application speed, executable file size
Another separate moment. I know that react supports rendering on canvas, which is useful for some applications in order to improve performance (for example, on the desktop). Also, react is attracted by the use of inline styles, which increases the flexibility of use. Angular has not yet noticed anything like this, despite the fact that it is considered a faster developing framework. I look forward to your comments on this topic.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
_
_ _, 2017-01-27
@vitali1995

PlayMarket has an example NativeScript application from Telerik themselves - install it and poke it. There are such lags, especially when switching between activities - absolutely unusable.
The main difference between NativeScript and ReactNative is that in NativeScript it is possible to call any native code from JS, while ReactNative ends up calling components with a native implementation on that side.
And this, in my opinion, is rather a minus of NativeScript, because it is better to write code for working with the platform directly in the platform language, with normal prompts, in a normal IDE.
Plus, ReactNative is a much more mature project - it has a normal toolchain, a bunch of third-party plugins.
Therefore, I am for RN. NativeScript needs at least another year.
I will not write about Angular, its role in the Angular2 + NativeScript bundle is quite small, like React in ReactNative.

S
Shane Matte, 2017-02-07
@mattedev

Definitely react netiv. It is very fast and easy to work with. instantly renders the view. Meteor + react native strong mixture

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question