D
D
dzenn2016-11-24 15:25:27
JavaScript
dzenn, 2016-11-24 15:25:27

What task do you need to write in order to start learning js-framework?

What program do you need to implement on your own in order to start learning the framework. The essence of the question is "What level in js is needed for this"?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry Eremin, 2016-11-24
@EreminD

What level in js is needed for this"
- now there will be a lot of answers about what you need to master JS itself well before taking on a framework. But this is JS, you will never finally figure it out here.
Open codeacademy, take courses on JS - they give a basis there. Enough to get started
it's more difficult here. For example, jQuery makes it easier to manipulate the DOM. Angular makes it easier to work with APIs and do CRUD operations.
The framework is a tool. Like an ax or a saw. One is easy to prick, the other - to cut. You choose the tool based on the task. So it's not the task that's defined by the framework, but the framework's task .
What do you need to do?

K
Kirill Sharonov, 2016-11-24
@k_sharonov

You take and come up with a project or a task. Trying to implement on this technology. In the process, you learn and learn Zen.

X
xmoonlight, 2016-11-24
@xmoonlight

JS - you need to learn before learning any framework.
framework - after you know how to create something more complex than a simple onclick function and then using jquery.

V
Vitaly, 2016-11-24
@vitali1995

I invite you to virtual tea. I will determine the current level, give a number of feasible tasks, help find and fix errors that occur.

S
sutkin main, 2016-11-25
@kapko

try to make a simple CRUD using angular-ui-router, and there you will understand everything yourself. Good luck!!!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question