Yaroslav Kiliba
Yaroslav Kiliba
@tomkis1, thanks for the great library. I hope it's fine if post here a question: Are there helpers to deal with a situation when a user can create any amount...
Thanks, your comment was very helpful! In case anyone's interested, here's how `countersPairReducer` for dynamically created counters might look like: ```js const computeIndex = ({ type = '' }) =>...
Sorry if I wasn't clear enough, but it's a hyphen, not a negative number.
Wrt to implementation, one way to do it would be to return BigInts from queries (they’re safe to use, because 64 bit integers are supported since Node 10.5) instead of...