Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

Commit 97be2ba

Browse files
author
yongyue.huang
committed
readme
1 parent 7690da4 commit 97be2ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center"><img width="100" src="https://segmentfault.com/img/bVZwRf?w=516&h=457" /></p>
22

3-
# React技术栈脚手架
3+
# React技术栈脚手架(V16.8.6)
44

55
[![Build Status](https://travis-ci.org/hyy1115/react-latest-framework.svg?branch=master)](https://travis-ci.org/hyy1115/react-latest-framework.svg?branch=master) [![codebeat badge](https://codebeat.co/badges/8be7b4c1-85f3-4da9-ab23-d470624b40ad)](https://codebeat.co/projects/github-com-hyy1115-react-redux-webpack2-master)
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md#pull-requests)
@@ -9,7 +9,7 @@
99

1010
### 框架集成的配置
1111

12-
> webpack版本为4.26.1,并且对webpack相关的第三方插件进行了兼容处理
12+
> webpack版本为4.28.4,并且对webpack相关的第三方插件进行了兼容处理
1313
1414
> 基于 [create-react-app][4] 进行改造,增加了redux、react-router、immutable等
1515
@@ -21,6 +21,10 @@
2121
2222
> UI框架使用的是世界第二大UI框架 antd
2323
24+
> (新增)你可以学习到如何在项目中使用react hooks,react-redux-hook
25+
26+
> (新增)项目中有3个文件使用了hooks写法,分别是入口文件App.js,BaseLayout/index.js,Login.js,其余组件仍然保留class包装Connect的写法,用来做对比。
27+
2428
#### 客户端渲染
2529

2630
本项目是客户端渲染版本,登录账号 admin , 密码 12345

0 commit comments

Comments
 (0)