Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Latest commit

 

History

History
42 lines (34 loc) · 2.76 KB

File metadata and controls

42 lines (34 loc) · 2.76 KB

WordPress + React

This is the repository for all the code created during my WordPress + React tutorial series on my website. Feel free to look around, check out the series, fork the project, play and have fun!

Series Table of Contents

Let's explore React as a front-end for the WordPress REST API. This is the first post in a growing series on using WordPress as a headless CMS with React.

Let's walkthrough the process of setting up a new React app from scratch. This is the second part in my WordPress REST API + React series, check it out!

Learn how to quickly set up routing for a React project from scratch. I set up a router for the React front-end that'll consume WordPress REST API data.

It's easier than you think to build a data-driven web app with React powered by the WordPress REST API. Here's a quick post about how I'm doing it.

Build a fully functioning React blog powered by the WordPress REST API. This is part two of data-driven React with the WordPress.

Not sure how to build common, or shared, components in React? I wrote a short article to help you get started. Check it out!