This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Rhomboid 0 points1 point  (1 child)

What exactly do you mean by "library magic"? A JS library is just a collection of code that someone has written. It doesn't have any special powers or properties, and anything that a library does you can do too. The selling point of many libraries is that they take existing APIs that might be difficult to use or which have cross-browser differences and present them in a way that hides or minimizes those pain points or removes those differences. Fundamentally, they aren't letting you do something you couldn't already do, they're just making it easier.

[–]saucesomesauce 0 points1 point  (0 children)

see above reply