Add chaining note to fp wiki template. [ci skip]

This commit is contained in:
John-David Dalton
2016-03-12 22:55:42 -08:00
parent f8bcc5b917
commit 8bed7137c7

View File

@@ -69,6 +69,12 @@ var fp = convert({
var fp = convert(lodash.runInContext());
```
## Chaining
The `lodash/fp` module **does not** convert chain sequence methods. See
[Izaak Schroeders article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba)
for more details.
## Mapping
Immutable auto-curried iteratee-first data-last methods sound great, but what