摘要: A histogram is an accurate representation of the distribution of numerical data. Y axis is the occurances, X axis is the % of daily return. There are 阅读全文
posted @ 2017-12-28 21:34 Zhentiw 阅读(903) 评论(0) 推荐(0)
摘要: In React, when you want to set the state which calculation depends on the current state, using an object can lead to state inconsistency. This is due 阅读全文
posted @ 2017-12-28 03:33 Zhentiw 阅读(230) 评论(0) 推荐(0)
摘要: This lesson takes the concept of render props and migrates it over to streaming props by keeping the same example and simple refactoring the Togglecom 阅读全文
posted @ 2017-12-28 03:26 Zhentiw 阅读(220) 评论(0) 推荐(0)
摘要: If you hard-code a stream of props to target a specific prop, it becomes impossible to reuse that stream with any other components. Configuring your p 阅读全文
posted @ 2017-12-28 03:21 Zhentiw 阅读(230) 评论(0) 推荐(0)