Sample WordPress plugin using React and WP REST API.
Presented at WordCamp Prague 2016.
- Install WP REST API (Version 2) plugin into your WordPress site (as of WP 4.4; REST API endpoints will probably be merged into WordPress core in 4.5)
- Clone this repo into
wp-content/plugins
- Run
npm install
- Run
npm run build