manning rxjs in action
By admin
RxJS + React + Redux (what we call the 3R) architecture
3R这个概念还行,在这本书里头一次见。
Learning to use a new tool is as important as learning when not to use it.
与学习如何使用一项工具一样重要的是,知道什么时候该用它。
看到consumer pull和iterator push模式
对generator又加深了一些理解其应该存在的使用场景
rx生成的订阅模型,比事件模型的更容易清理,unsubscribe,对内存释放友好
hot与cold的observable对象的区别,push与pull。
There is no onesize-fits-all solution to every problem
一句话说,没有银弹。
看完之后,对rxjs总算有了个靠谱的了解。可惜看到一半左右再上的官网看,发现已经升级版本6了,书里讲的都是5。
好在5和6除了函数式风格api的变化,其他相差不多。