wp-react-plugin icon indicating copy to clipboard operation
wp-react-plugin copied to clipboard

Boilerplate WordPress plugin that implements a simple React app in the admin and front end. Changes to React files automatically trigger updates in the browser in real time via React Hot Loader while...

Results 6 wp-react-plugin issues
Sort by recently updated
recently updated
newest added

When trying to install the dev dependencies on os x it errors out due to inotify being linux only. ``` npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for...

At the moment when the dev script is running the dist folder is deleted so that the dynamic script is always loaded. This isn't ideal as you then have to...

At the moment if your local site is running on https then the React app isn't updated automatically and in the connection is lost. So if you keep getting the...

Might run into issues with existing state that exists in the customizer (if customizer uses React state now or in the future). This is a problem with using RHL inside...