react+redux+webpack+babel+npm+shell+git这方面的内容我会随时更新,更新内容放在[react全家桶文章实例](https://github.com/liangklfangl/react-universal-bucket)与[react全家桶实例](https://github.com/liangklfangl/react-universal-bucket)中。如果你有问题欢迎issue,同时如果你觉得有用,请记得star,谢谢####1.项目目的我会将我在react+redux+webpack+babel+npm+shell+git学习中遇到的各种问题,以及解决问题过程中写的各种文章列举出来。react全家桶的学习是一个积累的过程,在学习过程中我也会产出各种demo,其中一个react全家桶的项目你可以查看我的[React全家桶实例](https://github.com/liangklfangl/react-universal-bucket),这个实例包括了React服务端渲染,redux,react-router等重要内容,希望通过该系列文章能对初学者有一定的帮助。####2.主要内容#####2.1 React+redux相关内容[React+antd项目实战](./antd/warning.md)[异步编程](./async-programing/readme.md)[babel与decorator](./babel/decorator/readme.md)[git深入学习](./git/readme.md)[React高阶组件](./high-order-component/index.md)[javascript设计模式](./javascript-pattern/readme.md)[React的context](./react-context/README.md)[React的拖拽](./react-dnd/)[React的设计模式](./react-pattern/index.md)[React的ref](./react-ref/index.md)[React-router相关](./react-router/renderProps/md)[React安全组件](./react-safe-component/README.md)[React的static方法](./react-static/index.md)[Redux相关](./redux/source/README.md)[React浅层次拷贝](./react-copy/readme.md)[React的setState与immutable.js](./react-copy/readme.md)#####2.2 webpack相关内容[webpack-dev-server原理分析](https://github.com/liangklfangl/webpack-dev-server)[webpack热加载HMR深入学习](https://github.com/liangklfangl/webpack-hmr)[集成webpack,webpack-dev-server的打包工具](https://github.com/liangklfangl/wcf)[prepack与webpack对比](https://github.com/liangklfangl/prepack-vs-webpack)[webpack插件书写你需要了解的知识点](https://github.com/liangklfangl/webpack-common-sense)[CommonsChunkPlugin深入分析](https://github.com/liangklfangl/commonchunkplugin-source-code)[CommonsChunkPlugin配置项深入分析](https://github.com/liangklfangl/commonsChunkPlugin_Config)[webpack.DllPlugin提升打包性能](https://github.com/liangklfangl/webpackDll)[webpack实现code splitting方式分析](https://github.com/liangklfangl/webpack-code-splitting)[webpack中的externals vs libraryTarget vs library](https://github.com/liangklfangl/webpack-external-library)[webpack的compiler与compilation对象](https://github.com/liangklfangl/webpack-compiler-and-compilation)[webpack-dev-middleware原理分析](https://github.com/liangklfang/webpack-dev-middleware)[atool-build打包工具分析](https://github.com/liangklfangl/atool-build-source)#####2.3 babel相关内容[Babel编译class继承与源码打包结果分析](https://github.com/liangklfangl/babel-compiler-extends)[使用babel操作AST来完成某种特效](https://github.com/liangklfangl/astexample)[babylon你了解多少](https://github.com/liangklfangl/babylon)#####2.4 npm/shell相关内容[bootstrap-loader自定义bootstrap样式](https://github.com/liangklfangl/bootstrap-loader-demo)[前端工程师那些shell命令学习](https://github.com/liangklfangl/shellGlobStar)[npm环境变量与常见命令](https://github.com/liangklfangl/npm-command)[npm中script生命周期方法的深入探讨](https://github.com/liangklfangl/devPlusDependencies)[npm version与npm dist tag详解](https://github.com/liangklfangl/npm-dist-tag)[linux中软链接与硬链接的区别学习](https://github.com/liangklfangl/shellGlobStar/blob/master/src/others/link-hard-soft.md)[React路上遇到的那些问题以及解决方案](http://blog.csdn.net/liangklfang/article/details/53694994)[npm,webpack学习中遇到的各种问题](http://blog.csdn.net/liangklfang/article/details/53229237)####3.运行说明对于每一个文件下都是一个单独的项目可以运行,你只要cd到这个目录下,运行下面的命令即可:```jsnpm install webpackcc -gnpm installnpm run dev```看到很多同学问我webpack打包刷新的问题,而不是HMR,请仔细看看我的[这个例子](https://github.com/liangklfangl/wcf),通过该例子你应该能够了解如何实现HMR而不是页面强制刷新
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 原教程内容详见精益 React 学习指南,这只是我在学习过程中的一些阅读笔记,个人觉得该教程讲解深入浅出,比目前大...
- 构建一个小项目——FlyBird,学习webpack和react。(本文成文于2017/2/25) 从webpac...
- Github地址: https://github.com/chikara-chan/react-isomorphi...
- React的学习资源 这个文章好久没有更新了,资源算比较老旧的了,毕竟前端更新还是非常快的。 半年不学习,都不知道...