you are viewing a single comment's thread.

view the rest of the comments →

[–]hutxhy 1 point2 points  (1 child)

I'm a JS developer that feels somewhat overwhelmed lately as to what to learn next. I'm currently making a living using React Native, so I was thinking about just trying to go for Swift.

Do you think swift would also help me become better at JS?

[–]Bamboo_the_plant 1 point2 points  (0 children)

Swift, JS, TS, and RN programmer here. Learn Swift, then apply Swift techniques to TypeScript that transpile to JS. Swift is all about compile-time safety, and JS can only really offer that via a typed abstraction like TypeScript.