web-infra-dev / garfish

A powerful micro front-end framework 🚚

Home Page:https://www.garfishjs.org

Repository from Github https://github.comweb-infra-dev/garfishRepository from Github https://github.comweb-infra-dev/garfish

开发文档国际化

JinHe-PerkinElmer opened this issue · comments

Clear and concise description of the problem

最近在做微前端框架的调研,qiankun还可以但最近一年都没有更新了,担心遇到无法解决的问题。
又看了Garfish,觉得很不错,文档很详细很专业,且接入成本不高。
但考虑到后续开发可能会有外国同事参与,所以最好有英文文档。
而且我也相信Garfish未来会被更多的外国开发者青睐!

Suggested solution

希望garfish有英文开发文档。

Alternative

No response

Additional context

No response

Validations

  • Read the Contributing Guidelines.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

可以使用:https://module-federation.io/

是的,模块联邦也是一个方案。但考虑到老项目的拆分以及迁移,目前调查下来,觉得qiankun/garfish的接入方式,代码改动是最少的。。。

@zhoushaw 另外还有个问题请教一下,关于hash路由的。
网上找了一下,之前有人说garfish是支持hash路由的https://blog.csdn.net/problc/article/details/141379029
实际上大概浏览了一下现有@garfish/core的代码,博客中提到的start方法根本没有实现。
以及官方文档都是推荐使用BrowserRouter,没有hash路由的介绍。
所以可以理解为Garfish不支持hash路由吗?