7
validus
6y

Just started learning HTML, css and JavaScript. What are the main components to learn thoroughly besides the DOM.

Comments
  • 1
    a framework like vue, react, ... for starters.
  • 0
    @stop I have played with react have not touched Vue yet. I will definitely check it out
  • 2
    @AlpineLinnix same advice, please learn the language itself before using a framework,

    Understand js type first, then give yourself some animation to do, some json to play with it.
    Once you're sure about the fact you understand enough, go for a framework widely used like jquery, then vue and react :)
  • 1
    in my case, pure javascript until you feel like reached the limit. then move to typescript and when you started to feel comfortable, try out frameworks like angular, react, vue, etc. also dont forget css stuff like sass or whatever it is that popular these days.
  • 1
    First decide the goal -

    Do you want to create static websites or web applications in browser or full stack web applications with back end server?
  • 0
    Full stack web applications with back end
  • 1
Add Comment