Javascript Libraries

Videos

Examples from Videos

Notes

So far, we've looked at the basic syntax of JavaScript. As you develop, you will find that more complex things are already done for you via Javascript libraries. Learning these will really be the next step in learning to use Javascript. These are some of the most popular libraries:
  • JQuery - simplifies javascript programming. W3Schools Tutorial
  • Angular.js. - client side web applications W3Schools Tutorial
  • React. - user interfaces
  • Redux. - state container
  • Moment. - dates
  • Chart.js. - charts
  • Leaflet. - maps
  • Meteor.- database support