Embed React Build

Embed React Build Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 938 downloads
Embed React Build Icon

Try plugin: Embed React Build

We'll create fresh WordPress site with Embed React Build installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Embed React Build

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

0


0


0


0


0

updated: 3 years ago
since: 3 years ago

Description

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)