Embed React Build

It is a plugin that allows you to integrate your ReactJS builds into wordpress.

Author:Nurullah Sevinctekin (profile at wordpress.org)
WordPress version required:4.7
WordPress version tested:5.8.1
Plugin version:1.0.3
Added to WordPress repository:15-05-2021
Last updated:12-09-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/nurullah/embed-react-build
Total downloads:949
Active installs:30+
plugin download
Click to start download

This plugin reads the asset-manifest.json file in your ReactJS build and includes it in wordpress and allows you to run your application anywhere in wordpress.

Usage

You can run your application embedded in wordpress by typing the following shortcode in the WordPress text editor.

[embed_react_build application_id="root" url="https://react-default.netlify.app"]

Shortcode Parameters

  • application_id — The name of the container where the React application is mounted.
    (default: root) (required)
  • url — The URL address of the React Build.
    (required)
  • staging_url — The URL address of the React Staging Build. Once defined, you can access the staging build by typing ?test=true at the end of the url.
    (optional)

FAQ
ChangeLog