Lodash

Common Functions

  • cloneDeep
  • debounce
  • flatMap
  • flatten
  • get (nested by path string)
  • groupBy
  • matchesProperty
  • max
  • merge (deep)
  • pick
  • property
  • set (nested by path string)
  • sortBy
  • startcase
  • uniq
  • uniqBy

Import Approaches

import get from 'lodash.get';
import get from 'lodash/get';
import {get} from 'lodash';