Andrew Kevich
Results
2
comments of
Andrew Kevich
Well, that was kind of hypothetical example. But the main reason is that I don't see the point in caching all: ``` /SomeHash_100x100?1 /SomeHash_100x100?2 /SomeHash_100x100?3 ``` if we will get...
Hello everyone! I still think there is some regression with string literals: ```ts import { call } from 'typed-redux-saga'; import { SagaIterator } from 'redux-saga'; type StringLiteral = 'GET' |...