Skip to content

Instantly share code, notes, and snippets.

View revnelson's full-sized avatar

Michael Nelson revnelson

  • Scottsdale, AZ
  • 12:20 (UTC -07:00)
View GitHub Profile
"use client"
import { memo, useCallback, useEffect, useRef, useState } from "react"
import { getImageProps } from "next/image"
import type {
CMSHeroLargeImage,
CMSHeroMediumImage,
CMSHeroSmallImage
} from "@/lib/api/types"