Skip to content

Conversation

ventinus
Copy link
Contributor

No description provided.

@@ -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/)
Copy link

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.

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants