dmeditor
dmeditor copied to clipboard
[prototype]Support remote widget loading
Create a prototype which can remotely load component to an existing project.
Step 2: create a sample:
- 1 ) Load component remotely using module-federation's utilities: https://www.npmjs.com/package/@module-federation/utilities
- 2 ) develop a component in another project and expose remotely using webpack
- 3 ) Can 2's compiled js file be deployed into a cdn and loaded by 1)?
Note: might need to think about cache and server side.