tomasz stryjewski
Results
2
issues of
tomasz stryjewski
reading through the code, I found [this](https://github.com/caiogondim/fast-memoize.js/blob/master/src/index.js#L17-L21): ``` js if (arguments.length === 1) { cacheKey = arguments[0] } else { cacheKey = serializer(arguments) } ``` given that the default serializer...
hey. I tried to achieve a combo of two sources - one predefined and one remote. I've set the `data` attribute to the local variable and update it from time...