illustration for Deploy Dynamic Frontend Applications with Cloudflare Pages
free

Deploy Dynamic Frontend Applications with Cloudflare Pages

Instructor

Obinna Ekwuno

20m closed-captioning
·
10 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
2.9
40
people completed
Published 3 years ago
|
Updated 2 years ago
RSS

Static sites have been growing in popularity over the last several years. They're fast, secure, and there are plenty of frameworks to help us create them. And in most cases, you don't even need to build a custom server to deploy them anymore.

It's the promise of the JAMStack.

One great JAMStack-ready deployment option is Cloudflare Pages.

With just a little bit of configuration, Pages will automatically deploy your site around the world thanks to Cloudflare's global CDN.

But what if we need dynamic content?

This is where this course steps in.

Obinna shows you how to configure an existing Next.js site to be deployed directly from GitHub, then use Cloudflare Workers to integrate Airtable.

All of a sudden, the static site is dynamic.

serverless diagram

Another cool feature of Cloudflare Pages is its deploy hooks. These hooks can be triggered by changes in Contentful, and automatically redeploy the new build of your site.

So check out this course, and give Cloudflare Pages a try for your next deployment!

What You Will Learn

  • Deploy an existing Next.js site to a pages.dev URL
  • Install the wrangler CLI to work with Cloudflare Workers locally
  • Create an endpoint by publishing a Worker to Cloudflare
  • Capture user data from a contact form
  • Manage API keys for various services (Airtable, Contentful, Cloudflare Pages)
  • Configure POST and FETCH requests in a Worker
  • Trigger redeploys with webhooks
  • Rollback a deployment
  • Redirect users based on API responses

Prerequisites

This course assumes you have a site ready. But, if you don't, you can clone the Next+Contentful site from this course's Github repo.

What's next?

This course gives a great intro on how to effectively use Cloudflare Workers to integrate with third-party services. But, if you want a broader introduction to Workers then check out Kristian Freeman's course → Introduction to Cloudflare Workers

If you are already familiar with Cloudflare Workers and want to take your skills to the next level. Then checkout out Kristian's more advanced course on how to build robust serverless APIs using Workers → Build a Serverless API with Cloudflare Workers

Do you need your users to get data fast, no matter where they live? Then Kristian's course on Cloudflare Workers KV is exactly what you need. Check it out and learn how to integrate KV into an existing Cloudflare Worker's project. → Build Data-Driven Applications on the Edge with Workers and Workers KV

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

Course Content

20m • 10 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers
    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout
    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use
    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.