Shopify / javascript-utilities

A set of utilities for JavaScript and TypeScript projects at Shopify.
MIT License
45 stars 9 forks source link

add debounce and memoize decorators #9

Closed utkarshsaxena93 closed 7 years ago

utkarshsaxena93 commented 7 years ago

Adds memoize and debounce utilities I need for quicksearch

lemonmade commented 7 years ago

I would really like to put these all in a single decorators.ts file personally. We'd have to update all our references to them in Polaris/ Neutron but I think that's OK. Otherwise this looks good 👍

utkarshsaxena93 commented 7 years ago

@lemonmade I can make a new issue on this repo to do that as a separate PR? Or better, right now I can create a new decorator.ts file for just Memoize and debounce. We can then (as a separate PR) move autobind in it and update all references.

lemonmade commented 7 years ago

Sounds good 👍