摘要: Sometimes you just need a subset of an object. In this lesson, we'll cover how you can accomplish this using Ramda's pick and omit functions, as well 阅读全文
posted @ 2017-02-28 21:29 Zhentiw 阅读(460) 评论(0) 推荐(0)
摘要: In this lesson, we'll grab arrays of values from other arrays, resulting in a nested array. From there, we'll look at multiple ways to flatten the arr 阅读全文
posted @ 2017-02-28 20:13 Zhentiw 阅读(428) 评论(0) 推荐(0)
摘要: In this lesson we'll look at how you can use Ramda's unfold function to generate a list of values based on an initial seed. const R = require('ramda') 阅读全文
posted @ 2017-02-28 17:18 Zhentiw 阅读(283) 评论(0) 推荐(0)
摘要: In Flow, you can make global declarion about types. Run: It will generate .flowconfig file, open it and add few lines of configration. So it says that 阅读全文
posted @ 2017-02-28 16:19 Zhentiw 阅读(358) 评论(0) 推荐(0)