From the discussion:<p>> My favorite way to do data fetching is as close to the place where I am using the data.
React made it possible up until this change.<p>Well, yes, but we are nowadays in a situation where every component interacts directly with the state, or makes calls to the API (eg with the overuse of query), going against one of the architecture principles of react. It's like we're not building components, we're building component sized micro-ui.