You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project is divided into an API layer, a store layer, and a UI layer, with pinia-colada used only in the store layer. I've found that directly modifying queries is much simpler to write compared to useMutation. Are there any potential issues with this way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My project is divided into an API layer, a store layer, and a UI layer, with pinia-colada used only in the store layer. I've found that directly modifying queries is much simpler to write compared to
useMutation
. Are there any potential issues with this way?util.ts
useArticleStore.ts
Beta Was this translation helpful? Give feedback.
All reactions