mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
docs: update documentation for custom data-fetching hooks
This commit is contained in:
@@ -4,7 +4,7 @@ import useSWRInfinite from 'swr/infinite';
|
||||
import { z } from 'zod';
|
||||
|
||||
/**
|
||||
* A custom hook using SWR to fetch beer types from the API.
|
||||
* A custom hook to fetch beer styles posts.
|
||||
*
|
||||
* @param options The options to use when fetching beer types.
|
||||
* @param options.pageSize The number of beer types to fetch per page.
|
||||
|
||||
Reference in New Issue
Block a user