mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Link to some of the mentioned libraries
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# create-react-app Comes With Lodash
|
# create-react-app Comes With Lodash
|
||||||
|
|
||||||
Lodash is already a dependency of create-react-app. If you need one of those
|
[Lodash](https://lodash.com/) is already a dependency of
|
||||||
fancy Lodash functions, there's no need to `yarn add lodash` to your
|
[create-react-app](https://github.com/facebook/create-react-app). If you
|
||||||
project, all you need is an import statement.
|
need one of those fancy Lodash functions, there's no need to `yarn add
|
||||||
|
lodash` to your project, all you need is an import statement.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import chunk from 'lodash/chunk';
|
import chunk from 'lodash/chunk';
|
||||||
|
|||||||
Reference in New Issue
Block a user