fwh1990

Results 188 comments of fwh1990

用的是 lodash.snakeCase ,没有比较好的替代方案,

https://github.com/easy-demo/ts-jest-issue/tree/await-import Look at this branch. ```

It's not about async/await, it will fail to test once we use `import()` syntax with jest --runInBand

![image](https://user-images.githubusercontent.com/11069720/119608282-47f2dd00-be28-11eb-884e-3ddc63073748.png) This picture shows there are two files executed, `index2.test.ts` succeed and another failed. However, they are just the same file except filename.

I am using immer for redux. That's cool. Thank you very much. https://github.com/fwh1990/redux-model-ts

也可以自己撸一个😄。TS开发者写状态库可以参考我这个 https://github.com/foca-js/foca

remax的iconfont图标转换工具:[remax-iconfont-cli](https://github.com/iconfont-cli/remax-iconfont-cli) 不依赖字体,生成纯组件。iconfont.cn 海量图标拿来就用谁不爱?

@llh911001 似乎使用TS版本重构遇到了阻碍? 最近在知乎上看到了你的mirror框架,看了源码发现和我写[foca](https://github.com/foca-js/foca)的思路比较接近。我是用TS写的,不过没有带router。 欢迎交流~