mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Add chaining note to fp wiki template. [ci skip]
This commit is contained in:
@@ -69,6 +69,12 @@ var fp = convert({
|
|||||||
var fp = convert(lodash.runInContext());
|
var fp = convert(lodash.runInContext());
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Chaining
|
||||||
|
|
||||||
|
The `lodash/fp` module **does not** convert chain sequence methods. See
|
||||||
|
[Izaak Schroeder’s article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba)
|
||||||
|
for more details.
|
||||||
|
|
||||||
## Mapping
|
## Mapping
|
||||||
|
|
||||||
Immutable auto-curried iteratee-first data-last methods sound great, but what
|
Immutable auto-curried iteratee-first data-last methods sound great, but what
|
||||||
|
|||||||
Reference in New Issue
Block a user