Watch a live product demo đź‘€ See how Sanity powers richer commerce experiences

Power your Vue.js apps with a CMS

Studio v2

In this article, we explore how to build a CMS-powered blog with Vue.js. Our content will be stored in Sanity's data store and will be editable in the Sanity Studio.

ASHUTOSH KUMAR SINGH
Go to Power your Vue.js apps with a CMS

GraphQL vs REST: which API is best for your web app?

Are you planning to build an API for your web application and you don't know what architectural approach to take? In this article, we will describe REST and GraphQL APIs. We will see their features, advantages, disadvantages, and use cases.

Facundo Giuliani
Go to GraphQL vs REST: which API is best for your web app?

Hierarchies, Graphs, and Navigation

Hierarchies are handy for organizing, but they can also fence you in. Learn how to build them, when to use them, and why you might want to treat navigation as a separate concern.

Go to Hierarchies, Graphs, and Navigation

Make a Progressive Web App with React

Learn how to create a PWA with Sanity and React. This is a step-by-step tutorial to help you go from idea to deployment. First, we'll define what PWAs are and how Sanity can help you power one, and then… a full tutorial!

Rico Kahler
Go to Make a Progressive Web App with React

Run end-to-end test with Jest and Puppeteer

In this guide, you'll be learning how to test your React application with Jest and Puppeteer. It walks through installing, writing, and debugging test scripts on the home page of a website. Testing is very important when it comes to developing web applications. It helps to ensure that your application is free from bugs and your application is behaving as expected.

Tomi Adekanye
Go to Run end-to-end test with Jest and Puppeteer