mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Feat: Update beer recs to be loaded on the client side
This commit is contained in:
@@ -9,7 +9,7 @@ import { FaArrowUp } from 'react-icons/fa';
|
||||
import LoadingCard from '@/components/ui/LoadingCard';
|
||||
|
||||
const BeerPage: NextPage = () => {
|
||||
const PAGE_SIZE = 6;
|
||||
const PAGE_SIZE = 20;
|
||||
|
||||
const { beerPosts, setSize, size, isLoading, isLoadingMore, isAtEnd } = useBeerPosts({
|
||||
pageSize: PAGE_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user