An open API service indexing awesome lists of open source software.

https://github.com/yunsii/react-lib-father

Quick library of react, build by father.
https://github.com/yunsii/react-lib-father

dumi father react

Last synced: 8 months ago
JSON representation

Quick library of react, build by father.

Awesome Lists containing this project

README

          

# react-lib-father

Quick library of react, build by father.

## UI 组件

参考 [ant-design](https://github.com/ant-design/ant-design) 的方式实现了按需加载,由于只是基于 `father` 做的编译,所以只能支持 less 样式的按需加载,暂不支持 css 样式的按需加载。

## 致谢

- [father](https://github.com/umijs/father/tree/2.x) 编译工具
- [dumi](https://github.com/umijs/dumi) 文档工具
- [ahooks(原名 umi-hooks)](https://github.com/alibaba/hooks/tree/1.x) 借鉴其打包方式
- [ant-design-pro](https://github.com/ant-design/ant-design-pro) eslint prettier 等代码规范化配置

## 问题总结

- 使用 webpack.config.ts [[link]](https://webpack.js.org/configuration/configuration-languages/#typescript)