染陌同学

Results 38 issues of 染陌同学

### Describe the bug PHA 插件支持 queryParamsPassKeys、 queryParamsPassIgnoreKeys ### Expected behavior PHA 插件支持 queryParamsPassKeys 与 queryParamsPassIgnoreKeys ### Actual behavior _No response_ ### Version of ice.js 3.3.3 ### Content of build.json...

bug

### Summary | 概述 _No response_ ### Motivation | 背景 假设有一个依赖服务端接口的组件。 ```jsx function Box() { const data = useSuspenseData(getData); return ( { data } ); } export default withSuspense(Box); async...

rfc

### Summary | 概述 Weex 下已经完全与 Server bundle 构建解耦了,考虑加开关可以不构建该产物。 ### Motivation | 背景 Weex 下已经完全与 Server bundle 构建解耦了,考虑加开关可以不构建该产物。 ### Usage example | 使用示例 _No response_ ### Detailed design | 方案设计...

rfc

### Describe the bug 静态 dataLoader 配置 同步到 PHA 中异常 ```js export const dataLoader = defineDataLoader([{ key: 'page_data_prefetch_key', prefetch_type: 'mtop', api: 'mtop.xxx', v: '1.0', data: { // id: '${queryParams.id}', },...

bug

### Summary | 概述 _No response_ ### Motivation | 背景 ```js export const phaManifest: Manifest = { title: 'test', appWorker: { url: 'app-worker.ts', }, routes: [ 'home/index', 'about',, ], };...

feature request

### Summary | 概述 _No response_ ### Motivation | 背景 路由切换会加载相关资源,需要提供一种手段在 web 场景下闲时 preload ### Usage example | 使用示例 _No response_ ### Detailed design | 方案设计 待设计 ### Additional context...

rfc

组件开发 automatic 时产物从 react/jsx-runtime 导出,plugin-rax-compat-react 没有正确处理这种情况的 alias ,导致 react 包找不到报错。

Hi All, 这个 Issue 抛出一个关于手势的提案,我希望能够在 Web 中文兴趣组内先进行一些讨论,收集意见和建议,最终目标是能够贡献此标准。 ``` 需要注意的是这个文档目前还只是一个"提议",还不算是比较完整的提案。 ``` 提案的目的是解决 Web 标准下集成常用的手势能力,客户端开发中有各种原生自带的如 Pan、Long Press 、Drag 等在 touch 之上封装的常用的基础手势能力,这使开发者可以更方便地直接使用这些手势能力,去快速开发一些交互更复杂的页面。提案期望在 element 上做进一步的扩展,开发者可以直接在 element 之上绑定监听相关的手势事件,并在回调中抛出相关 event 参数。 ### 增加手势能力 * swipe *...

技术提案