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

https://github.com/jkhuangfu/react_template

react 项目开发框架模板
https://github.com/jkhuangfu/react_template

mobx react react-mobx react-redux redux

Last synced: 2 months ago
JSON representation

react 项目开发框架模板

Awesome Lists containing this project

README

          

`此模板基于 create-react-app 最新版(2019-06) 进行配置`

`1、本模板支持 css、less、sass、scss的普通样式以及 module 模式,第三方(node_modules内)样式使用非 module 模式`

`2、若使用 module 模式,样式文件名称需遵守 name.module.(css|less|scss|sass)`

`3、支持@装饰器使用`

```
@withRouter
export default myComponent extends Component {
// your code
}
```

`4、配置了 antd 的按需加载`