© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Michel Floyd
Technologist, Developer, Hertz Fellow, 3x MIT. Passionate about people, UX and data
A common pattern I've seen in React/GraphQL applications is one where multiple queries are run at the top of a component (Here using useQuery from apollo-client) export const MyComponent = () => { const { data: data1, error: error1, loading: loadin...
No responses yet.