HI,
that data fetching with redux middleware is really good but I'm thinking what we should do when we don't want to pass request data into store every-time? For example I have small component which should store some data from api request in the state, I don't want to push everything into store. Do you have any idea how to manage this?