orm interface for useQuery different hooks synchronization
Hi! 👋
I’ve built a small ORM-like layer for React Query: https://github.com/pleasewarstop/react-query-orm
It provides an interface to automatically synchronize related useQuery hooks (like relations between entities or entities and their lists).
I’m happy with how it works, but I’m not sure how useful it could be in the broader React Query ecosystem.
Before I spend more time polishing the npm package, I’d love to hear your feedback:
Does this approach make sense?
Could it be relevant for real-world usage?
Any thoughts would be super appreciated 🙏
0 Replies