Lodash - The Complete Guide
Getting started
Installing Lodash
(07:33)
Array and object transformations
Each method in Lodash
(07:09)
Map method in Lodash
(06:47)
Do it yourself. Map
(05:02)
Filter method in Lodash
(04:33)
Do it yourself. Filter
(04:45)
Find method in Lodash
(03:30)
Removing items from array
(06:17)
Do it yourself. Reject
(03:57)
Every and some methods in Lodash
(03:27)
Sorting in Lodash
(05:48)
Grouping in Lodash
(06:22)
Chaining methods in Lodash
(08:54)
Getting parts of the array in Lodash
(06:41)
String transformations
Converting string to different cases in Lodash
(02:27)
Join and split in Lodash
(03:16)
Do it yourself. Converting string
(03:38)
Capitalize in Lodash
(02:47)
Converting strings to different cases in Lodash #2
(02:09)
Advanced functions
Randomize in Lodash
(03:38)
Unique in Lodash
(03:34)
Flatten in Lodash
(02:23)
Compact in Lodash
(02:41)
Assign in Lodash
(04:09)
Clone in Lodash
(07:54)
Checking types in Lodash
(06:25)
Debounce in Lodash
(04:05)
Throttle in Lodash
(03:29)
Adding own method to Lodash with mixins
(04:13)
Do it yourself
Do it yourself. Mapping data
(20:56)
Do it yourself. Classnames function
(13:35)
Do it yourself. Replace params in url
(11:35)
Do it yourself. Validation messages
(11:00)
Do it yourself. Nested list
(18:04)
Next steps
Homework
(06:14)
Each method in Lodash