Skip to content

Instantly share code, notes, and snippets.

@dgroup
Last active May 15, 2016 22:13
Show Gist options
  • Save dgroup/f6331620a7e8627184e6cc5c2a2a9d35 to your computer and use it in GitHub Desktop.
Save dgroup/f6331620a7e8627184e6cc5c2a2a9d35 to your computer and use it in GitHub Desktop.
Вебминар по популярным библиотекам js

Meeting notes

Links to webminar on Youtube or vk.com

Library or service Description
http://bower.io Package manager for js
http://momentjs.com Parse, validate, manipulate, and display dates in js
http://underscorejs.org A lot of util functions. Functional-style development
https://lodash.com Fast underscorejs
https://modernizr.com Allows to use\check some HTML5 features in browsers
https://d3js.org Data visualization
http://handlebarsjs.com Code templates
http://www.highcharts.com Good graphics and charts
https://facebook.github.io/react Code templates, builder for users interfaces. Diff on DOM tree.
https://twitter.github.io/typeahead.js Search + data popup
http://sugarjs.com Util functions. Extends native js objects
https://github.com/caolan/async Async utilities for clean code
http://backbonejs.ru How to organize code structure?
https://mochajs.org Unit tests
http://chaijs.com Good decorator for unit tests

Bootstrap

GUI builders:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment