Thoughts on JavaScript libraries and frameworks

from blog Oliver Caldwell's blog, | ↗ original
There seems to be a lot of uncertainty about how we should use JavaScript libraries recently. The main debate is whether we should still use huge 100kb frameworks, such as MooTools and jQuery, or swap to tiny micro libraries that each perform a specific task, thus resulting in a smaller page size and load time. I personally do not get on too well...