The very definition of library and framework in JavaScript is quite inseparable. By definition, a library is one which helps you write code faster and probably better without affecting your codding style or adding effects.
On the other hand a framework is something that usually forces a certain way of implementing a solution, wheres J Query is just a tool to make implementing what you want to do easier. It largely affects your coding patten.
Now consider J Query, It can be library as it's mostly assist your coding without affecting. Or it can be framework as it allows you to writes small set of codes to achieve likes of animations.
On the other hand a framework is something that usually forces a certain way of implementing a solution, wheres J Query is just a tool to make implementing what you want to do easier. It largely affects your coding patten.
Now consider J Query, It can be library as it's mostly assist your coding without affecting. Or it can be framework as it allows you to writes small set of codes to achieve likes of animations.
Comments
Post a Comment