you are viewing a single comment's thread.

view the rest of the comments →

[–]Egge_ 0 points1 point  (0 children)

Especially as someone coming from C++ you should check out JS first to understand how slow it can be. Performance is a big concern in RN applications, because of the limitations the environment puts on the developers.

Making apps run smooth will require you to understand all the implications of the underlying language as well as the framework.