-
Notifications
You must be signed in to change notification settings - Fork 1
Jg/frontend #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Jg/frontend #2
Conversation
@@ -61,3 +63,11 @@ | |||
* **Fastclick**: removes 300ms delay on touch devices [source](https://github.com/ftlabs/fastclick) | |||
* **Modernizr**: feature testing [source](https://modernizr.com/) | |||
* **HammerJS**: adds touch gestures [source](http://hammerjs.github.io/) | |||
* **VelocityJS**: accelerated JavaScript animations with or without jQuery [source](http://velocityjs.org/) | |||
* **Waypoints**: useful for events triggered by scroll points [source](http://imakewebthings.com/waypoints/) | |||
* **Underscore**: great set of utility functions (including debounce and throttle) [source](http://underscorejs.org/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would include lodash or swap it with underscore. it is the larger library overall, but it is modular and lets us import only the functions we need, which results in less overhead once compiled in webpack/browserify. Also I think it is the superior library to underscore and is better optimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good by me. swapped it out
No description provided.