-
I am using Pinia for state management but there seem to be a compatibility issue with composition-api. Specifically the useFetch function.
The error happens when I am using useFetch in my setup fu…
-
It is important to emphasize that these patterns not only focus on solving technical problems, but also prioritize code efficiency, readability and maintainability. By adopting standardized practices …
-
カスタムフックとは / 使い方
https://qiita.com/mamimami0709/items/603c6ea9f9bfa68461f9
-
### Describe the feature
Hey 👋🏻
With the introduction of `getCachedData`, `useFetch` and `useAsyncData` have an elegant way to re-use existing data easily.
There is a downside though, as @bro…
-
Hello!
I would like to test a component which renders different child components based on the response of a single API endpoint. Is there any way of changing the response of an endpoint registered …
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.18.0
- Nuxt Version: 3.10.2
- CLI Version: 3.10.1
- Nitro Version: 2.8.1
- Package…
-
![Issue](https://user-images.githubusercontent.com/56474196/227287885-98429fa4-4369-4862-928c-6cafcfaa12a6.jpg)
Always getting empty response, even on debugging, it shows only one section data(eith…
-
### Roadmap
- [x] custom fetch plugin and useFetch composable.
- [x] Database presets
- [x] ~~support official [SurrealDB Rest integration](https://surrealdb.com/docs/surrealdb/integration/http).…
-
### Describe the feature
# Description:
The proposal is to implement request and response interceptors for the `useFetch` composable in Nuxt 3, similar to how Axios interceptors function. These in…
-
There are two case of the race condition.
- The response returned from request is after the user mutating the model.
- Suppose `useInfiniteFetch` fetch a post list with id from 1 to 10, and `useFe…