Jeason
Jeason
Docz middleware and Dawn document framework @xdlrt
- [x] I have searched the [issues](https://github.com/alibaba/designable/issues) of this repository and believe that this is not a duplicate. ### Reproduction link ### Steps to reproduce 参考下方 package 中的版本安装依赖后启动 demo ###...
### API ```typescript export type BaseOptions = { // ... // Enable React Suspense mode, default false. suspense?: boolean; // ... }; // ... function useRequest( service: Service, options?: BaseOptions,...
It's a better choice to use [dep](https://github.com/golang/dep) as the package management. And add `vendor` into `.gitignore`. [https://github.com/golang/dep/blob/master/docs/FAQ.md#should-i-commit-my-vendor-directory](https://github.com/golang/dep/blob/master/docs/FAQ.md#should-i-commit-my-vendor-directory)
This PR contains: - [ ] bugfix - [ ] feature - [x] refactor - [ ] documentation - [ ] other Are tests included? - [ ] yes (*bugfixes...
- 原文地址:https://medium.freecodecamp.org/es5-to-esnext-heres-every-feature-added-to-javascript-since-2015-d0c255e13c6e - 推荐理由:ES5 to ESNext — 历数从 2015 年开始加入 JavaScript 的每个特性
- 原文地址:[Using proxy to track javascript class](https://medium.com/front-end-weekly/using-proxy-to-track-javascript-class-50a33a6ccb) - 推荐理由:使用 Proxy 追踪 JavaScript 中的类