I\'m writing a small web that just makes some animation and shows some information as a homepage and a list of links. All that is going to be generated dynamically in the cl
Whenever writing javascript isn't your business.
JS libraries, other than providing helpers and shortcuts, also take care of corner cases, browser incompatibilities and quirks, and best practices. It is better that you spend time developing your application, and fall back to native JS only if you have to.