'use client'; import { NextLogo } from '#/components/next-logo'; import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/solid'; import clsx from 'clsx'; import { useState } from 'react'; import Byline from '#/components/byline'; import { delayRecommendedProducts, delayReviews, delayShippingEstimate, } from '#/lib/delay'; export function Sidebar() { const [isOpen, setIsOpen] = useState(false); return (
Pink dots{' '} denote artificially delayed responses for demo purposes:
Partial Prerendering {' '} combines ultra-quick static edge delivery with fully dynamic capabilities. This is different from how your application behaves today, where entire routes are either fully static or dynamic.
How it works:
Try refreshing the page to restart the demo.