Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1047d30

Browse files
committed
update README.md
1 parent c428c4b commit 1047d30

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

‎README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ React技术栈系列教程,涉及React、Redux、Babel、Webpack等相关技
4747
5. [使用Webpack加载图片和SVG](https://github.com/iSpring/babel-webpack-react-redux-tutorials/blob/master/tutorials/load-image-with-webpack/README.md)
4848
6. [使用HtmlWebpackPlugin自动生成html文件](https://github.com/iSpring/babel-webpack-react-redux-tutorials/blob/master/tutorials/use-html-webpack-plugin/README.md)
4949
7. [在Webpack中使用环境变量](https://github.com/iSpring/babel-webpack-react-redux-tutorials/blob/master/tutorials/webpack-environment-variables/README.md)
50-
8. [通过Webpack Code Splitting实现异步按需加载](https://github.com/iSpring/babel-webpack-react-redux-tutorials/tree/master/tutorials/webpack-code-splitting/README.md)
51-
9. Webpack Common Chunk
50+
8. [Webpack中Chunk概念详解以及通过Webpack Code Splitting实现异步按需加载](https://github.com/iSpring/babel-webpack-react-redux-tutorials/tree/master/tutorials/webpack-code-splitting/README.md)
51+
9. Webpack中使用CommonsChunkPlugin
5252
10. Webpack Dev Server
5353
11. Webpack Source Maps
5454

@@ -57,15 +57,24 @@ React技术栈系列教程,涉及React、Redux、Babel、Webpack等相关技
5757
2. React组件
5858
3. React组件状态与生命周期
5959
4. React组件事件和ref
60-
5. 在React中使用CSS Module
60+
5. Conditional Rendering
61+
6. 在React中使用classnames和CSS Module
62+
7. Route
63+
8. React Developer Tools
64+
9. Performance
65+
10. Animation
66+
11. PureRender
67+
12. Two-way Binding
68+
13. Test
6169

6270
- Redux
6371
1. Redux使用基础
6472
2. Redux中间件
6573
3. Redux异步中间件
6674
4. redux-combineReducers
6775
5. react-redux-binding
68-
6. react-redux-binding
69-
7. 异步加载组件
76+
6. 异步加载组件
77+
7. Immutable.js
78+
8. Chrome Redux Plugin
7079

7180
未完待续...

‎tutorials/webpack-code-splitting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [通过Webpack Code Splitting实现异步按需加载](https://github.com/iSpring/babel-webpack-react-redux-tutorials/tree/master/tutorials/webpack-code-splitting/README.md)
1+
# [Webpack中Chunk概念详解以及通过Webpack Code Splitting实现异步按需加载](https://github.com/iSpring/babel-webpack-react-redux-tutorials/tree/master/tutorials/webpack-code-splitting/README.md)
22

33
对于大型Web项目来说,把所有代码打包成一个JavaScript文件并不明智,因为这会导致生成的`bundle.js`非常庞大,需要花费更多的时间来加载它,导致用户体验下降。本文将介绍Webpack强大的代码分离(Code Splitting)功能,通过该特性我们可以将一个`bundle.js`文件拆分为多个chunk文件,实现在运行时按需异步加载相关资源。本文将从chunk的角度讲解Webpack的代码分离特性。
44

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /