Let’s say you have a dashboard page with projects, notifications, users. From what I understand the best way is to colocate data with the view component, meaning that each component has its own query instead a big query at the page level and pass down the data, but doesn’t that mean it will affect performance, having 3 network requests instead of one ?