icestark
icestark copied to clipboard
:tiger: Micro Frontends solution for large application(面向大型应用的微前端解决方案),站点国内镜像:https://icestark.gitee.io
1.官方vue微应用  2.官方react微应用  对比下,是不是样式污染,启用沙盒也是一样的效果。
**Do you want to request a *feature* or report a *bug*?** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce and...
当前仅支持``renderNotFound``方法,仅能渲染NotFound,是否考虑以相似的API支持其他错误页?
使用 entry 引入子应用后资源域名请求的是主应用的路径 而不是 https://data-viz.cn/img/XXX.png 在这种情况下我要如何才能正确的找到资源路径呢?
Type '{ children: Element[]; ErrorComponent: Element; NotFoundComponent: () => Element; LoadingComponent: any; onRouteChange: (pathname: any) => void; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Pick & InexactPartial...
如何开启预执行
主应用vue3 微应用react17 微应用路由跳转携带state,触发主应用onRouteChange事件,事件里面通过vue的路由跳转进行tab标签的添加,这个时候微应用里面携带的state会丢失
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** The packages only include cjs dists targeting es5, which includes unnecessary polyfills for...
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** 项目使用 @ice/stark-module 下的 loadModule 方法加载放在 cdn 上的 js资源 > 本地(子应用)时表现正常,loadModule 方法返回了 js 资源的执行结果(component...