DEV Community

Discussion on: Why you need to use React-Query in your React/React Native project

Collapse
 
ausmurp profile image
Austin Murphy • Edited

Hey thanks! Following up, I converted our dashboard components to use react-query as they were the perfect candidates for it, and it is amazing. I still need to understand exactly how the keys work to refresh data when you pass an object as a key - assuming it's converted to a string under the hood. But it's working great.