Course lesson 11 · Building in a Mono Repo

Deploy your changes!

One study unit · Read, recall, then practice · Original video 00:04:28

This short checkpoint deploys the now data-backed user application and verifies its link operations against D1. The instructor demonstrates reading a build error rather than postponing deployment until the entire course is finished. Continuous deployment checkpoints help isolate problems to a small set of recent changes.

Primary source: course video 11 · Supplied English subtitles · 00:04:28.

Understand the idea

What the course does

  1. Stop the local user application and run its deployment script.
  2. Read the reported unused state-setter error in the unfinished socket component, and correct the intentionally unused destructuring slot.
  3. Run deployment again and inspect the uploaded assets and listed D1 binding.
  4. Open the deployed URL and test the links list, link editor, and a country destination update.
  5. Refresh the page to confirm those changes persist in the database-backed application before moving to the data service.

Watch for

Recall before revealing

What does deploying at this checkpoint validate beyond seeing the local page work?

Reveal the explanation

It validates the application build, deployment configuration, hosted D1 binding, and actual link operations in the Cloudflare environment.

Try it

Deploy your current course application and perform one persistent edit through the hosted interface.

Check your result

The deployment succeeds, the expected D1 binding appears, and the edit survives a full reload.

Practice prompts and answer checks are added teaching material. Answer from memory first, then compare and explain any difference.

Rewatch only what you need

Open this lesson in your original course library and seek to the times below. Videos are not hosted on this site.

Companion primary documentation: Drizzle with Cloudflare D1. For recorded API names, commands, limits, and prices, check the version you use.

← Previous   Next →