icestark icon indicating copy to clipboard operation
icestark copied to clipboard

:tiger: Micro Frontends solution for large application(面向大型应用的微前端解决方案),站点国内镜像:https://icestark.gitee.io

Results 159 icestark issues
Sort by recently updated
recently updated
newest added

1.官方vue微应用 ![图片](https://user-images.githubusercontent.com/9346931/230644190-bf3239a2-eb21-4867-b2c1-89ed5b5765e4.png) 2.官方react微应用 ![图片](https://user-images.githubusercontent.com/9346931/230644320-02f4c35a-9f3d-43f5-9385-7735493f9446.png) 对比下,是不是样式污染,启用沙盒也是一样的效果。

**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...

如果子应用和微模块存在重复 css 资源,在从子应用切回到微模块渲染的页面,可能会导致 css 资源被移除

bug