mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Move "Chaining" section lower. [ci skip]
This commit is contained in:
@@ -23,12 +23,6 @@ var object = require('lodash/fp/object');
|
|||||||
var extend = require('lodash/fp/extend');
|
var extend = require('lodash/fp/extend');
|
||||||
```
|
```
|
||||||
|
|
||||||
## 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
|
||||||
@@ -93,6 +87,12 @@ There are <%= _.size(mapping.aliasToReal) %> method aliases:<br>
|
|||||||
return ' * `_.' + alias + '` is an alias of `_.' + realName + '`';
|
return ' * `_.' + alias + '` is an alias of `_.' + realName + '`';
|
||||||
}).join('\n') %>
|
}).join('\n') %>
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## Convert
|
## Convert
|
||||||
|
|
||||||
Although `lodash/fp` & its method modules come pre-converted, there are times
|
Although `lodash/fp` & its method modules come pre-converted, there are times
|
||||||
|
|||||||
Reference in New Issue
Block a user