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.
It uses three main technologies:
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 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 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.