ZoraOS ☼☽
  • Introduction
  • Developer Tools
    • Smart Contracts
      • Whitepaper
    • ZDK
      • React Connecting Wallet
      • Zora Protocol
      • Auction House
      • Minting Media
      • Addresses
      • Users
      • Metadata
      • Utility
    • Indexer
      • Getting Started
      • Entities
    • Subgraph
    • Media Rendering
      • NFT Hooks
        • useZNFT
        • useNFTMetadata
        • useNFTContent
  • Guides
    • Connect to a Wallet
    • Build a marketplace
  • Community
    • Join our Discord
    • Support
    • Platforms using Zora
      • Catalog
      • Mirror
Powered by GitBook
On this page
  • NFT Hooks
  • NFT Components

Was this helpful?

  1. Developer Tools

Media Rendering

PreviousSubgraphNextNFT Hooks

Last updated 3 years ago

Was this helpful?

Beyond the ZDK and Subgraph, Zora provides tools for 3rd party developers to render zNFTs on their own marketplaces. These tools assume a React frontend and are written in typescript in the form of react hooks and components that can be dropped into an existing project to load and render zNFT data on your website.

This library consists of a data fetch class and associated React hooks to load NFT data is an easy, efficient manner. The API both batches and caches requests, meaning you can use the hooks across a page without needing to worry about significant performance penalties.

This library consists of a series of react components to render ZNFTs and NFTs associated with Zora's auction house contracts to easily build your own auction house. Default styling and fetching URLs are included with the library along with caching mechanisms and ability to easily customize strings, rendering components, and styling.

NFT Hooks
NFT Hooks
NFT Components
✨ See NFT Components Gitbook Documentation →