This post was published in 2019 and may contain information, techniques or code examples that are no longer current. Please double-check official documentation and modern best practices before using anything from this article.
I've been experimenting with a Headless WordPress + React Starter Kit from Postlight. It's an automated toolset to create a powerful web publishing tool.
- Headerless CMS - in this case WordPress used to edit and update the content on the website, but unlike a standard WordPress install this one won't have a front end.
- Seperate Frontend - in this case a React JavaScript front-end application which will display the content of the site.
- Server-side rendering - grabing content via an API that can be loaded in the React front-end.
It uses three main technologies:
React
ReactJS is an open-source JavaScript library which is used for building user interfaces specifically for single page applications. It’s used for handling view layer for web and mobile apps. React allows developers to create large web applications which can change data, without reloading.
WordPress
WordPress is fast, flexible, responsive and open source. WordPress is a popular and easy-to-use CMS for beginners and more advanced users. The ability to extend and modify it to meet specific requirements make it a popular all-round content management system.
Docker
Docker gives programmers, development teams and operations engineers the common toolbox they need to take advantage of the distributed and networked nature of modern applications. Docker containers help package software for development, shipment and deployment.
Ready to elevate your WordPress site?
Whether you're launching a new site, strengthening security, or integrating WooCommerce, I can help transform your vision into a high-performing online presence.
More WordPress posts
—
WordPress plugin security auditing
In the WordPress ecosystem, plugins are the lifeblood of functionality, yet they represent the single largest attack surface for malicious actors. With thousands of new plugins submitted to the repository…
—
WordPress 6.9.1
WordPress 6.9.1, released on 3 February 2026, is a short‑cycle maintenance update that follows the major 6.9 “Gene” launch in December 2025. Rather than adding new features, this point release…
—
Choosing the right content management system
Choosing the right content management system (CMS) is one of the most consequential early decisions when building a website The content management system shapes everything from how editors publish to…
Continue reading "Choosing the right content management system"
—
Using WordPress as a static site generator
Static site generators have gained significant traction amongst developers, designers, and businesses seeking faster, more secure websites. Unlike traditional dynamic sites, which rely on a database to deliver content on…
Continue reading "Using WordPress as a static site generator"