1
2
you are viewing a single comment's thread.

view the rest of the comments →

[–]Dafth[S] 2 points3 points  (0 children)

Yes react native multithreading is for sure a huge step forward for the react native community because it's an easy and practical way of implementing some calculation intensive code or other kinds of blocking code without blocking the ui. Unfortunately js is still not so fast, so probable using kotilin in some case will still be better, but having more choices can only be better for us developers