jeonginc
Results
1
comments of
jeonginc
Using `Maybe.just(Unit)` for empty state inside `Persister` will remove `Fetcher`'s result. So, i have no choice but to implement my own persister on `Fetcher` like ``` StoreBuilder. .key() .fetcher({ key...