本书是JavaScript经典图书的新版。第4版涵盖ECMAScript 2019,全面、深入地介绍了Java...
本书是HTTP及其相关核心Web技术方面的权威著作,主要介绍了Web应用程序是如何工作的,核心的因特网协议如何...
本书是JavaScript超级畅销书的新版。ECMAScript 5 和HTML5在标准之争中双双胜出,使大量...
本书全面而详细地阐述了计算机科学的理论基础,从抽象概念的机械化到各种数据模型的建立,用算法、数据抽象等核心思想...
本书是针对所有层次Python读者而作的Python入门书。全书分两部分:第一部分介绍用Python编程所必须...
本书共分为12章,通过介绍React中有价值的设计模式,展示如何将设计模式和最佳实践应用于现实的新项目和已有项...
【主要内容】 本书是React入门书。前3章介绍如何从空白的HTML页面开始构建应用。第4章介绍JSX语法。...
【内容提要】 本书从几个维度去介绍 React。一是作为 View 库,它怎么实现组件化,以及它背后的实现原...
图灵畅销新书速报: 《[人工智能简史][1]》领跑,周榜第 2 《[gRPC 与云原生应用开发:以 Go 和 Java 为例][2]》 24 小时榜第 10 《[bash shell 脚本编程经典实例(第 2 版)][3]》24 小时榜 20~30 《[数据预处理从入门到…...
1、即便是初级Web新手也能看懂(JS不能太差哈),而且比国内市面上的React类书籍好太多,会将“怎么用、为什么这么用、用了怎么好”都给你讲明白;
2、这本书接地气,讲述风格有点像《普林斯顿...》系列那样,只是讲述的额外话要少一些,但是够用。
3、“ 出版就过时系列”这个观点我没看书之前是担心的,认认真真的读了第一章后,我过来写答案,反对这个观点。作者的这本书是很早,但是几乎不影响书的内容。除非你没认真看。
4、本书除了告诉你怎么写使用React,还告诉了更高一层的思考,即便用别的框架,也是如实。
不好的地方:
1、贵了点。希望电子版来个半价活动....
这个是英文版的目录链接
https://s3.amazonaws.com/assets.fullstack.io/books/fullstackreact/349fb8eb5ebbe5b97/table-of-contents/fullstackreact-book-table-of-contents.pdf
第11章的目录
Intermediate Redux
Preparation
Using createStore() from the redux library
Representing messages as objects in state
-Updating ADD_MESSAGE
-Updating DELETE_MESSAGE
-Updating the React components
Introducing threads
-Supporting threads in initialState
-Supporting threads in the React components
-Modifying App
-Turning MessageView into Thread
Adding the ThreadTabs component
- Updating App
-Creating ThreadTabs
Supporting threads in the reducer
- Updating ADD_MESSAGE in the reducer
-Updating the MessageInput component
-Updating DELETE_MESSAGE in the reducer
Adding the action OPEN_THREAD
-The action object
-Modifying the reducer
-Dispatching from ThreadTabs
Breaking up the reducer function
-A new reducer()
-Updating threadsReducer()
Adding messagesReducer()
-Modifying the ADD_MESSAGE action handler
--Creating messagesReducer()
- Modifying the DELETE_MESSAGE action handler
-Adding DELETE_MESSAGE to messagesReducer()
Defining the initial state in the reducers
-Initial state in reducer()
-Adding initial state to activeThreadIdReducer()
-Adding initial state to threadsReducer()
Using combineReducers() from redux
想买,但是希望可以保持更新...