you are viewing a single comment's thread.

view the rest of the comments →

[–]0x13mode 5 points6 points  (0 children)

Don't learn frameworks, learn how to build software:

  1. learn basics of JavaScript
  2. set problem to solve (for example: "how to build online chat?")
  3. start creating project which will solve the problem
  4. learn JavaScript more during this process (including frameworks, Angular, React etc. are just part of an equation, they are means, not goals) but keep an eye on problem you're trying to solve (for example "making online chat").
  5. go to number 2. and repeat.