WP React Plugin
A simple plugin loading React app in WorePress admin area
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jiteshjani/wp-react-plugin/archive/refs/heads/main.zipA simple WordPress plugin boilerplate to load React app created with npx create-react-app inside plugin view
How to use
Clone this repo in to your WordPress plugins folder
git clone https://github.com/jiteshjani/wp-react-plugin.git
CD into the React app folder of the repo
cd wp-react-pligin/react
Install npm dependencies
yarn install
Build React app
yarn build
Finally activate the plugin from WordPress admin dashboard