Learning JavaScript… Should I skip straight to the good stuff (the frameworks)?

后端 未结 9 1582
小蘑菇
小蘑菇 2020-12-30 15:48

I learnt HTML/CSS a good few years back, then PHP a little later. I\'ve recently become interesting in web development again, just started playing with frameworks like Djang

9条回答
  •  春和景丽
    2020-12-30 16:18

    I had the same background as you. After 6 months of MooTools I found out that mootools was indirectly teaching me "vanilla" javascript.

    I've heard people say that mootools feels more like plain ol' javascript than jquery (after all, jquery's tagline is "jQuery is designed to change the way that you write JavaScript.").

    I'd recommend starting with a framework. Plenty of the best javascript developers use frameworks. Once you're comfortable there you'll likely be able to pick up the others frameworks and plain ol' javascript quite readily.

提交回复
热议问题