About Hybrid WordPress
Combines WordPress and Vue.js into a single hosted solution.
This approach retains all core WordPress features and allows for client-side development with a JavaScript framework. By customizing a basic theme, WordPress enques scripts and renders minimal/essential HTML on first page load via PHP. Afterwards Vue.js takes the wheel as a single-page web app.
Vue.js was chosen for the front-end of this project because of its simplicity and integrated features. HTML is currently generated via PHP on first page load to help ensure proper SEO indexing. This content is not visible on the page and is immediately replaced by JavaScript rendering.
Rest API endpoints are available to retrieve all data for the application. This allows developers to reap the benefits of a Headless workflow and build multiple front-ends using one source of truth.
The full documentation can be found here.