say i have a state like this: ``` { isFetching: true, data: {foo: 'foo', bar: 'bar'}} ``` so how to handle in `isFetching` reducer?