R
R
Roman —2016-01-24 14:40:47
JavaScript
Roman —, 2016-01-24 14:40:47

What to study? Angular 2 or Ember 2?

Hello!
Advise what is more promising to learn Angular 2 or Ember 2?
What is more difficult to learn? And what does TypeScript (which I don't want to learn) have to do with it? What are Angular 2 and Ember 2 for (what tasks can be solved with their help)?
PS: I've already learned HTML5, CSS3, JavaScript (but not EcmaScript 6 - I'm thinking of learning, according to this site - es6-features.org - maybe there is a better site?), jQuery, NODE.js, Express.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2016-01-24
@helloimnewbie

which I don't want to learn

TypeScript is the current EcmaScript standard + implemented drafts + type information available at the time the project was built. That is, you don’t need to learn it, it’s all the same javascript. If you understand es2015 and drafts from stage1 then you know TypeScript.
Angular and Ember are huge projects, so type information is important to them for better static analysis, and therefore TypeScript is ideal.
What is more promising to learn .. perhaps Angular2, since the prevalence is higher. But having understood Angular2, switching to React or Ember will not be so difficult. There are not many fundamental differences between these frameworks and they all develop in approximately the same direction.

K
Kirill Mokevnin, 2016-01-24
@toxicmt

Watch this video https://www.youtube.com/watch?v=DCeNCr2tKOI which tells about frameworks.

A
Andrey Titov, 2017-02-25
@titov_andrei

As soon as you start communicating with live customers, you will immediately understand what and in what sequence to teach.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question