James Kaguru Kihuha
James Kaguru Kihuha
could you try this $: query = createQuery({ queryKey: [], queryFn: () => fetch(`https://jsonplaceholder.typicode.com/posts/${post}`).then((x) => x.text()), keepPreviousData: true }); setting the query key to be post will cause the the...
@Eomm id like to help out with this issue. I see that Docusaurus required us to update several packages as well as some parts of the code. Should I do...
Well noted @mcollina
Ive seen that one of the files(docx/Reference/TypeScript.md) in the fastify/fastify repo requires an update in order for the project to build. This was identified by running ``` npx docusaurus-mdx-checker ```...
Theres a good solution that I found and it uses shadcn [Shadcn Extension](https://shadcn-extension.vercel.app/docs/file-upload)
@metcoder95 and @Eomm I would like to help out with this.. maybe we could have structure such as below as a starting point. Getting Started ( should contain Quick start)...
@Dgdaniel we could start by coming up with the structure of the documentation and update it step by step
@Dgdaniel and @metcoder95 .. I believe the first step should be to separate the guides from the fastify repo snd move the yo this repo and from there we can...
@metcoder95 yes I wanted to copy the current guides and delete them from the fastify repo once we have set them up in this repo..is that okay?