posva / pinia-colada

🍹 The smart data fetching layer for Pinia
https://pinia-colada.esm.dev/
MIT License
584 stars 7 forks source link

add `useMutationState()` based on a key #21

Closed posva closed 3 months ago

posva commented 3 months ago

Allows getting access to only the state, creates it if it doesn't exist. Requires #17

posva commented 3 months ago

23