上一页 1 ··· 417 418 419 420 421 422 423 424 425 ··· 499 下一页
摘要: 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 阅读(666) 评论(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 阅读(328) 评论(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 阅读(295) 评论(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 阅读(315) 评论(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 阅读(438) 评论(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 阅读(274) 评论(0) 推荐(0)
摘要: Mainly introduce two libaraies: sw-precache and sw-toolbox. Install: Types of caching Broadly, there are two types of caching Precaching—We'll precach 阅读全文
posted @ 2016-06-02 03:33 Zhentiw 阅读(402) 评论(0) 推荐(0)
摘要: Libraries such as RxJS use generics heavily in their definition files to describe how types flow through different interfaces and function calls. We c 阅读全文
posted @ 2016-06-01 18:14 Zhentiw 阅读(577) 评论(0) 推荐(0)
摘要: Applications are driven by state. Many things, like the user interface, should always be consistent with that state.MobX is a general purpose FRP libr 阅读全文
posted @ 2016-06-01 05:03 Zhentiw 阅读(358) 评论(0) 推荐(0)
摘要: Operator repeat() is somewhat similar to retry(), but is not for handling operators. In this lesson we learn how repeat works. 阅读全文
posted @ 2016-05-31 19:47 Zhentiw 阅读(498) 评论(0) 推荐(0)
上一页 1 ··· 417 418 419 420 421 422 423 424 425 ··· 499 下一页