
A boilerplate for pairing the WP Rest API with a server-rendered React app
This product is a boilerplate for pairing the WordPress REST API with a server-side rendered and code split React client. It is built by Keen and utilizes Docker for easy setup and deployment. This allows users to spin up new instances of WordPress sites for both local development and production.
This product is a boilerplate for integrating the WordPress REST API with a server-side rendered and code split React client. It utilizes Docker for easy setup and deployment and provides a streamlined environment for local development and production hosting. Users can follow the installation guide to get started with this boilerplate and customize it based on their needs.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.