Plugin info

Total downloads: 778
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/10/2024 (740 days ago)
Added to WordPress: 3/25/2023 (2 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.4.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 740 days ago

20/100

Is React WP Admin – Will Remove this plugin abandoned?

Possibly abandoned (last update 740 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.4.7
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

React WP Admin plugin is a basic set up for building an admin facing page in React.js. ESbuild (a fast next-generation JavaScript bundler) has been used as a bundler.

GitHub link

https://github.com/dym5-official/react-wp-admin

Get started

  1. Get a copy the of plugin, either by downloading from WordPress plugins repository or simply cloning git repository of the plugin.

  2. The downloaded plugin will have react-wp-admin folder name. Rename it to your plugin name, also rename the file react-wp-admin.php to match your folder name.

  3. Change the plugin information (in react-wp-admin.php) according to your needs.

  4. Go to admin/react directory and install dependencies by running yarn.

  5. Build commands

yarn build – Production build
yarn build:dev – Development build, generates sourcemaps
yarn watch – Automatically runs yarn build:dev when files change

Note

Do not modify anything outside src in react folder if you are not confident. See the ESbuild docs to customize build outputs.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Check React.js functionality

    Check React.js functionality

  2. Check backend call

    Check backend call

Changelog

No changelog available