Getting your data
Currently, Rack & Pinion is tightly integrated with Sanity. From our automated query engine, to hooks (usePreview
, useImageParser
, useSeo
), to various components (Text
, Heading
, and more), we prefer Sanity.
To make this integration as seamless as possible, our automated query engine, the Query Parser, handles the vast majority of our data fetching needs.
So, how do we get data from Sanity? Glad you asked. Check out the Query Parser docs 👉🏼