Skip to content

Commit c2a8261

Browse files
authored
Update README.md
1 parent dd3b893 commit c2a8261

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ Created based on @ScripteAlchemy's (Module Federation's creator, Zack Jackson) [
1010

1111
With basic settings of module federation, url for a remote module needs to be specified during build-time. However, in some cases, it might be necessary to be able to specify remote module urls during runtime. This package allows you to load remote modules in general and React components from remotes that are specified during runtime.
1212

13+
# Installation
14+
15+
```
16+
npm install react-dynamic-remote-component --save
17+
```
18+
19+
or
20+
21+
```
22+
yarn add react-dynamic-remote-component
23+
```
24+
25+
1326
# RemoteComponent Usage
1427

1528
![remote component usage](https://i.imgur.com/ArgZ7fH.png)

0 commit comments

Comments
 (0)