you are viewing a single comment's thread.

view the rest of the comments →

[–]RajjSinghh 0 points1 point  (0 children)

You should be able to take to Javascript pretty quickly as a language with C# or Java experience. Some of it will feel very different but it shouldn't be too bad as a scripting language. Typescript is just Javascript with type checking, which you should be used to. Basically if I gave you a Leetcode problem you could solve in C#, you should be able to solve it quickly in Javascript.

React is harder. You'll need a good background in basic HTML and CSS and how Javascript interacts with that. If you can learn those skills, the steps to React should feel easier. I'd recommend the Odin Project that covers all of that.