On SPA its usually single httpTransport, but I can't understand how it suppose to work on backend (getServerSideProps) and frontend (client components) at the same time. Should I make a common httpTransport and use it everywhere, but wrapped with react-query on frontend, for example? Or everybody just use fetch, node-fetch?