Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
taobao
- Hangzhou, China
- Sign in to view email
Pinned
1,125 contributions in the last year
Activity overview
Contribution activity
April 2020
- imsobear/icestark TypeScript
- imsobear/pipcook TypeScript
Created a pull request in alibaba/ice that received 4 comments
docs/icejs
变更说明 添加 history 使用文档 将 code splitting 拆分到进阶指南并新增非路由 lazy 的说明(移动原因:路由篇幅内容太多,到导致阅读体检问题,考虑将代码分割拆出去,同时可以提高代码分割章节的重要性和容易查找) 新增运行时 APP_MODE 的说明 更新 icest…
+697
−342
•
4
comments
- fix: export page component
- feat: add rollback command
- feat: add ErrorBoundary component
- feat: plugin service
- feat: support dependency check
- Refactor/plugin store types
- fix: use initialStates
- feat: export icestore types
- fix: prettier error
- fix: add History types
- feat: upgrade icestore to 1.3.0
- fix: catch prettier format
- fix: no need to createHistory in SSR
- feat: export history instance
Created an issue in ice-lab/icejs that received 7 comments
[RFC] 数据服务(service)方案
前端应用中,数据请求是很常见的需求,简单情况下我们会直接在 model/view 中直接请求数据,但在一些复杂场景比如数据需要格式化、一次操作需要多个请求等,将这些逻辑放置在 model/view 中就会很不优雅,代码长期不好维护,因此可以通过 service 的能力来实现。 icejs 与…
7
comments