diff --git a/.gitignore b/.gitignore index 4a688ff..99aa909 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -bower_components/ \ No newline at end of file +bower_components/ +_book/ diff --git a/SUMMARY.md b/SUMMARY.md index 25a519c..be07a92 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,2 +1,32 @@ # Summary +- [一、前端工程和 React 生态系(Ecosystem)简介](Ch01/README.md) + - [Web 前端工程入门简介](Ch01/front-end-introduction.md) + - [React 生态系入门简介](Ch01/react-ecosystem-introduction.md) +- [二、开发环境设置与 Webpack 入门](Ch02/README.md) + - [React 开发环境设置与 Webpack 入门](Ch02/webpack-dev-enviroment.md) +- [三、React/JSX/Component 简介](Ch03/README.md) + - [ReactJS 与 Component 入门介绍](Ch03/reactjs-introduction.md) + - [JSX 简明入门教学指南](Ch03/react-jsx-introduction.md) +- [四、Props/State 基础与 Component 生命周期](Ch04/README.md) + - [Props、State、Refs 与表单处理](Ch04/props-state-introduction.md) + - [React Component 规格与生命周期(Life Cycle)](Ch04/react-component-life-cycle.md) +- [五、React Router](Ch05/README.md) + - [React Router 入门实战教学](Ch05/react-router-introduction.md) +- [六、ImmutableJS](Ch06/README.md) + - [ImmutableJS 入门教学](Ch06/react-immutable-introduction.md) +- [七、Flux/Redux](Ch07/README.md) + - [Flux 基础概念与实战入门](Ch07/react-flux-introduction.md) + - [Redux 基础概念](Ch07/react-redux-introduction.md) + - [Redux 实战入门](Ch07/react-redux-real-world-example.md) +- [八、Container 与 Presentational Components](Ch08/README.md) + - [Container 与 Presentational Components 入门](Ch08/container-presentational-component-.md) +- [九、实战教学:用 React + Router + Redux + ImmutableJS 写一个 Github 查询应用](Ch09/README.md) + - [用 React + Router + Redux + ImmutableJS 写一个 Github 查询应用](Ch09/react-router-redux-github-finder.md) +- [十、实战教学:用 React + Redux + Node(Isomorphic JavaScript)开发食谱分享网站](Ch10/README.md) + - [React Redux Sever Rendering(Isomorphic JavaScript)入门](Ch10/react-redux-server-rendering-isomorphic-javascript.md) + - [用 React + Redux + Node(Isomorphic JavaScript)开发一个食谱分享网站](Ch10/react-router-redux-node-isomorphic-javascript-open-cook.md) +- [附录一、React ES5、ES6+ 常见用法对照表](Appendix01/README.md) +- [附录二、用 React Native + Firebase 开发跨平台行动应用程序(Native Mobile App)](Appendix02/README.md) +- [附录三、React 测试入门教学](Appendix03/README.md) +- [附录四、GraphQL/Relay 初体验](Appendix04/README.md)