Frameworks as "tools" to learn
Closed this issue · 3 comments
francesco-strazzullo commented
adellava commented
There are two important concepts inside this phrase:
-
In order to know how and when you should use one particular framework you have to understand how framworks work. Having clear opportunities and constraints of each framework it will be easier make the right choice, also it will be clear when you don't need a framwork.
-
Understanding how frameworks works behind the scenes will improve your awareness about vanilla javascript. Every framework is written in vanilla javascript and is very generic. Knowing the frameworks rationali you will able to write better specific code. For example a rendering algorithm ad hoc for your application without depend from a framework.
apiraino commented
That's a crystal clear explaination 👍 thanks!
francesco-strazzullo commented