https://github.com/asha23/headless-wordpress-react
A basic example of React working alongside a Headless WordPress installation
https://github.com/asha23/headless-wordpress-react
cms framework headless react wordpress
Last synced: 8 months ago
JSON representation
A basic example of React working alongside a Headless WordPress installation
- Host: GitHub
- URL: https://github.com/asha23/headless-wordpress-react
- Owner: asha23
- Created: 2017-07-06T14:18:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:33:58.000Z (over 2 years ago)
- Last Synced: 2025-03-09T13:09:11.792Z (about 1 year ago)
- Topics: cms, framework, headless, react, wordpress
- Language: PHP
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headless WordPress with React
### A Wordpress/Composer framework.
Get up and running reasonably quickly with a WordPress / React installation
WORK IN PROGRESS - NOT PRODUCTION READY
/headless-wp - This uses a version of create-react-app
There is no theme to speak of. There are a few bits in the headless-react theme but these are just to make sure our custom post types work.
There is an example post type - Movies.
Look in headless-wp/src/app.js to see how this is connected up.
TODO: Remove stuff from the theme we don't need.
TODO: Connect up React in a more modular OO way.
TODO: Connect up the WP MarkDown editor - Get React to parse Markdown correctly.