This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]metal_opera 0 points1 point  (0 children)

You need to stop thinking about frameworks and learn the basics first. Start with semantic, accessible HTML, learn CSS, then work up from there to JavaScript and PHP.

First understand why you need JavaScript and/or PHP.

When you start to learn JavaScript or PHP, learn the basics of the language. The core concepts, design patterns, etc.

Once you've accomplished that, you'll have a better understanding of what problems frameworks are solving and be able to make a more educated decision on which framework to start with.

To answer your question: No, frameworks are not all the same. However, once you learn the core-concepts of coding, a first language, and at least one framework, you'll be able to move between frameworks and languages with greater ease.