上一页 1 ··· 411 412 413 414 415 416 417 418 419 ··· 494 下一页
摘要: We will learn how to avoid the boilerplate code in mapDispatchToProps() for the common case where action creator arguments match the callback prop arg 阅读全文
posted @ 2016-06-06 03:21 Zhentiw 阅读(512) 评论(0) 推荐(0)
摘要: We will learn how to use withRouter() to inject params provided by React Router into connected components deep in the tree without passing them down a 阅读全文
posted @ 2016-06-06 03:11 Zhentiw 阅读(1089) 评论(1) 推荐(1)
摘要: We will learn how adding React Router shifts the balance of responsibilities, and how the components can use both at the same time. Now when we click 阅读全文
posted @ 2016-06-06 02:50 Zhentiw 阅读(460) 评论(0) 推荐(0)
摘要: Single, race both get only one emit value from the stream. Single(fn): race(...observable): Observable 阅读全文
posted @ 2016-06-05 22:29 Zhentiw 阅读(324) 评论(0) 推荐(0)
摘要: Link : Video. 1. Firebase Auth: provides simple login with Github, Google, Facebook, Twittr. Link 2. Manifest: 3. Generate Mainfest and icons: Link 4. 阅读全文
posted @ 2016-06-05 21:43 Zhentiw 阅读(629) 评论(0) 推荐(0)
摘要: We will learn how to change the address bar using a component from React Router. In Root.js: We need to add a param to change the Route: (:filter) mea 阅读全文
posted @ 2016-06-04 16:03 Zhentiw 阅读(321) 评论(0) 推荐(0)
摘要: We will learn how to add React Router to a Redux project and make it render our root component. Install: Router should be wrapped inside Provider, the 阅读全文
posted @ 2016-06-04 15:35 Zhentiw 阅读(280) 评论(0) 推荐(0)
摘要: We will learn how to better separate the code in the entry point to prepare it for adding the router. Currently, in the index.js, we configure the sto 阅读全文
posted @ 2016-06-04 04:12 Zhentiw 阅读(289) 评论(0) 推荐(0)
摘要: We will learn how to use store.subscribe() to efficiently persist some of the app’s state to localStorage and restore it after a refresh. To save data 阅读全文
posted @ 2016-06-04 03:43 Zhentiw 阅读(420) 评论(0) 推荐(0)
摘要: We will learn how to start a Redux app with a previously persisted state, and how it merges with the initial state specified by the reducers. The init 阅读全文
posted @ 2016-06-03 02:22 Zhentiw 阅读(262) 评论(0) 推荐(0)
上一页 1 ··· 411 412 413 414 415 416 417 418 419 ··· 494 下一页