In this tutorial, you will build a full-stack Pages application. Your application will contain a front end, built using Cloudflare Pages and the React framework and a JSON API, built with Pages Functions, that returns blog posts that can be retrieved and rendered in your front end. By @cloudflare.com.
This article will guide you through:
- Introduction
- Build your front end
- Create a new React project
- Set up your React project
- Build your API
- Write your Pages Function
- Deploy
- Deploy with Wrangler
- Deploy via the dashboard
- Create a new repository
- Deploy with Cloudflare Pages
To deploy via the Cloudflare dashboard, you will need to create a new Git repository for your Pages project and connect your Git repository to Cloudflare. This tutorial uses GitHub as its Git provider. Clear instructions and code provided as well. Nice one!
[Read More]