Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 641 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 641 Bytes

A Plugin for Experimenting with React in Wordpress

Roughly based on instructions for embedding React in Wordpress here.

Uses a shortcode to embed a React app in Wordpress posts or pages. The app can interact with WP using the WP JSON API. Once built, the app can be deployed as a normal plugin (without requiring the React build environment).

Some details on the build situation are in the auto-generated readme from Create-React-App here.