hel
hel copied to clipboard
A module federation SDK which is unrelated to tool chain for module consumer. 工具链无关的运行时模块联邦sdk.
```tsx export default function HomePage() { useEffect(() => { bindReactRuntime({ React, ReactDOM }); }, []); return ( { preFetchLib("hel-tpl-remote-react-comps-ts", { custom: { host: "http://localhost:3103", enable: !!location.port } }) .then((res) =>...
This is an interesting project. I think an english readme + docs could help with adoption. Machine translating the docs via the browser is far from perfect and no real...
[Why is hel-micro a better implementation of module federation](https://dev.to/fantasticsoul/why-is-hel-micro-a-better-implementation-of-module-federation-21ji) 为何hel-micro是更好的模块联邦实现,可阅读[模块联邦新革命](https://juejin.cn/post/7138792768234586148)了解 MF issues list for helping users find hel micro: https://github.com/webpack/webpack/issues/16398 https://github.com/webpack/webpack/issues/11811 https://github.com/webpack/webpack/issues/13176 https://github.com/webpack/webpack/issues/13457 https://github.com/webpack/webpack/issues/13912 https://github.com/webpack/webpack/issues/14310 https://github.com/webpack/webpack/issues/15554 https://github.com/webpack/webpack/issues/15829 https://github.com/webpack/webpack/issues/16173 https://github.com/webpack/webpack/issues/16242 ___...
欢迎提供你的公司logo,公司名,截图、站点等信息,提供给其他用户一些参考信息,让未来有更多的人参与到hel-micro的建设与使用中。 腾讯云 QQ音乐 腾讯文档 腾讯新闻 腾讯自选股 基于低代码平台拖拽的一些h5活动页案例: https://news.qq.com/elk/publish/elk_62ea332eec92420161105f92.html https://news.qq.com/elk/publish/elk_62580356b1142401de2414ca.html
建议提供统一的工具链
hel的核心能力体验了下,非常nice。个人觉得会是一条微前端发展的路径 有几点个人期望,供大佬参考: 1. 源码monorepo管理模式; 2. 工具化,封装统一CLI; 3. CI、CD工具链,cdn,部署方案等; 4. IDE智能提示,远程dts加载等; 5. 代码、样式的隔离,装载,卸载等;