Example implementations of the Sanity React SDK.
The SDK Examples repo currently houses two apps — the SDK Explorer (apps/sdk-explorer/
) and the Studio that manages the SDK Explorer's content (apps/sdk-examples-movies/
).
The SDK Explorer is currently the central point of reference for functional examples built with the Sanity SDK.
👉🏻 https://sdk-examples.sanity.dev
The Sanity App SDK Explorer contains an assortment of example interfaces built with our React SDK’s hooks. The purpose of the Explorer is to demonstrate how these hooks can be used to build out interfaces powered by Sanity, with a variety of approaches to styling.
Each example contains an interface rendered in the browser as well as a link to the example’s code on GitHub to demonstrate how the example is built. Example code is enriched with comments and may freely be used in your own applications.