# react-remote-component
**Repository Path**: tianxiangbing/react-remote-component
## Basic Information
- **Project Name**: react-remote-component
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-11-15
- **Last Updated**: 2021-11-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# x-remote-component
远程组件加载
# demo
```
```
或者自己实现请求代码返回
```
const request=()=>{
return new Promise(resolve=>{
window.eval(js)
resolve(
Seed
)
});
}
```
或者直接传入js代码和css代码
```
```
# npm安装
```
npm install --save x-remote-component
```
### 关于作者
[https://github.com/tianxiangbing](https://github.com/tianxiangbing)