[Notes] WordPress + React Docker Starter Kit

Posted in WordPress on 15 October 2019

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.

Related WordPress Posts

January 2024

Creating a brand-promoting brochure website with WordPress

In today's digital age, establishing an online presence is crucial for businesses looking to promote their brand effectively. One powerful tool for achieving this is... Continue reading

November 2023

WordPress for charities and donation websites

In an era where digital presence is paramount, charities are increasingly turning to online platforms to raise awareness and funds for their causes. WordPress, with... Continue reading

July 2023

How to secure WordPress in 2023?

Securing a WordPress website involves a combination of practices, including using secure hosting configurations, regularly updating WordPress and its plugins/themes, and implementing strong security measures.... Continue reading

More WordPress Posts