Last active
December 14, 2015 04:43
-
-
Save vikingmute/620cd4169d06c0ae1078 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
希望: | |
这不是一本贴大量代码的书,这是一本让你了解现在前端开发新的技术和发展的书,希望看完这些内容以后会对当前最新的前端技术有所了解,并能运用到自己的实际项目中。 | |
前端这个行业,发展非常迅速,新的技术风起云涌,在这本书里面我们会了解其中的两个翘楚,一个是一个出色的构建工具Webpack,另外一个是注重于用户界面构建的框架React,他们两个配合的非常完美,像Sid & Nancy一样。 | |
在开始正式学习着两个部分之前,我们非常有必要了解当今前端开发领域一些新的标准和趋势。 | |
目录 | |
* 现代的Javscript | |
* ES6 下一代的javascript | |
* Javascript Module的发展 (AMD,commonJS,ES6 import) | |
* Javascript包管理器 (bower, component, npm) | |
* 构建工具 (Grunt,Glup,Browserify和Webpack) | |
* Webpack | |
* 基础 | |
* 开发技巧 | |
* 部署 | |
* 进阶 | |
* React | |
* 定义,特征,一些基本的API, React的思想....待补充 | |
* Webpack + React | |
* (实现Babel + Scss + Hot Loading Components + Mocha) 待补充 | |
* 实战 用Webpack + React 构建一个 ***项目 | |
* 待补充 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment