lukemorales / query-key-factory

A library for creating typesafe standardized query keys, useful for cache management in @tanstack/query
https://www.npmjs.com/package/@lukemorales/query-key-factory
MIT License
1.23k stars 32 forks source link

feat: create `createQueryKeyStore` #12

Closed lukemorales closed 2 years ago

lukemorales commented 2 years ago

This PR adds the createQueryKeyStore that unlocks declaring all your query keys in a single function call and resolves #8 as the way to support at least one level of nesting