Title: Embed React Build
Author: nsei
Published: <strong>2021 年 5 月 15 日</strong>
Last modified: 2021 年 9 月 12 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/embed-react-build.svg)

# Embed React Build

 作者：[nsei](https://profiles.wordpress.org/nsei/)

[下载](https://downloads.wordpress.org/plugin/embed-react-build.zip)

 * [详情](https://cn.wordpress.org/plugins/embed-react-build/#description)
 * [评价](https://cn.wordpress.org/plugins/embed-react-build/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/embed-react-build/#developers)

 [支持](https://wordpress.org/support/plugin/embed-react-build/)

## 描述

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)

## 常见问题

### Is there a requirement for the plugin?

The only requirement for the plugin is that React Build with the following conditions.

 1. You need to compile with a version higher than 3.2.0 of the [Create React App](https://create-react-app.dev/)
    tool so that your build dependencies are read and understood by the plugin.
 2. You need to define `PUBLIC_URL` in the `.env` file for the structure dependencies
    to be properly integrated into the page.
     **For example:** [https://github.com/nurullah/react-default/blob/master/.env](https://github.com/nurullah/react-default/blob/master/.env)

### Where can I embed React Build?

You can run the React Build by typing the shortcode in the text editor from within
the post, page or widgets.

### Will I always need to prepare the shortcode manually?

In the new versions of the plugin, component/block will be created for page builders
such as Gutenberg, WPBakery, Elementor. After those versions, you will be able to
integrate your React application more easily.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Embed React Build」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ nsei ](https://profiles.wordpress.org/nsei/)

[帮助将「Embed React Build」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/embed-react-build)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/embed-react-build/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/embed-react-build/)，或通过[RSS](https://plugins.trac.wordpress.org/log/embed-react-build/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/embed-react-build/)。

## 更新日志

#### 1.0.3

 * Fixed issue when copying sample shortcode.

#### 1.0.2

 * WordPress 5.8 compability tested.

#### 1.0.1

 * Readme.txt updated.

#### 1.0.0

 * Plugin name renamed.

#### 0.4.4

 * Readme.txt updated.

#### 0.4.3

 * Readme.md updated.

#### 0.4.2

 * Readme files created.

#### 0.4.1

 * Staging URL parameter added to the shortcode.

#### 0.4

 * The manifest.json file is loaded after runtime.

#### 0.3.1

 * PHP notice fixed.

#### 0.3

 * Shortcode created.

#### 0.2

 * Class created for plugin.

#### 0.1

 * Initial

## 额外信息

 *  版本 **1.0.3**
 *  最后更新：**5 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 4.7 或更高版本 **
 *  已测试的最高版本为 **5.8.13**
 *  PHP 版本 ** 7.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/embed-react-build/)
 * 标签
 * [build](https://cn.wordpress.org/plugins/tags/build/)[embed](https://cn.wordpress.org/plugins/tags/embed/)
   [react](https://cn.wordpress.org/plugins/tags/react/)
 *  [高级视图](https://cn.wordpress.org/plugins/embed-react-build/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/embed-react-build/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/embed-react-build/reviews/)

## 贡献者

 *   [ nsei ](https://profiles.wordpress.org/nsei/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/embed-react-build/)