Hacker News new | ask | show | jobs
by tdumitrescu 3586 days ago
So can lodash. That's what the author is doing here by using

  import throttle from 'lodash/throttle';
rather than

  import { throttle } from 'lodash';