UNPKG

hel-tpl-remote-react-comps-ts

Version:

最简单的远程react组件模板(ts) codesandbox: https://codesandbox.io/s/demo-load-remote-react-comp-2bnpl0?file=/src/App.js

8 lines (5 loc) 131 B
import HelloRemoteReactComp from './HelloRemoteReactComp'; const toExport = { HelloRemoteReactComp, } export default toExport;