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

Commit a3717f8

Browse files
committed
v3.3.0
1 parent d8f1f5a commit a3717f8

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@
1717

1818
2、服务端部署开启gzip
1919

20-
极致压缩的效果,首屏只需要app.js和vendor.js,共56.39kb
20+
极致压缩的效果,首屏只需要app.js和vendor.js,共36.89kb(比起服务端渲染,或许你会更喜欢客户端渲染)
2121
```text
22-
app.js (48.03 KB)
23-
vendor.js (8.36 KB)
24-
search.js (2.28 KB)
25-
bookList.js (725 B)
22+
//首屏
23+
app.js (28.54 KB)
24+
vendor.js (8.35 KB)
25+
26+
//搜索页
27+
search.js (2.31 KB)
28+
29+
//书籍列表页
30+
bookList.js (717 B)
2631
```
2732

2833
#### 服务端渲染

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-latest-framework",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "",
55
"scripts": {
66
"start": "node server.js",
@@ -71,7 +71,7 @@
7171
"history": "^4.7.2",
7272
"http-proxy-middleware": "^0.17.4",
7373
"jroll": "^2.5.0",
74-
"preact": "^8.2.6",
74+
"preact": "^8.2.7",
7575
"preact-compat": "^3.17.0",
7676
"prop-types": "^15.6.0",
7777
"react": "^16.2.0",

0 commit comments

Comments
 (0)