Can someone please explain me what is framework ? Why do we need abframework? And What does a framewirk do.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Can someone please explain me what is framework ? Why do we need abframework? And What does a framewirk do.?

24th Dec 2018, 5:52 AM
yogi
yogi - avatar
3 Answers
+ 1
think of it almost like a template. Like how WordPress, Wix, Mobirise, etc. gives you templates to build websites, Frameworks gives you templates for your code. Just like a template site, it has it limitations to certain aspects of your creativity but overall it's beneficial for you to speed up your workflow.
24th Dec 2018, 2:41 PM
Karey Montrel Heyward
Karey Montrel Heyward - avatar
+ 1
ptp
25th Dec 2018, 11:55 PM
‎راكان فريح الربع‎
‎راكان فريح الربع‎ - avatar
+ 1
Framework is simply a shortcut. Is a form a more quick of get result. For example: I'll go create a framework now. // framework.js function $(thing){ return document.querySelector(thing); } Now, always that want select an element use: $("id"); // id, tag, classe It is just an example. This is a micro framework that select elements, but you might to do a complete framework the same as jQuery or React.
5th Jan 2019, 12:33 PM
Mr Genesis
Mr Genesis - avatar