question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

image

remix-form is only importing concat and startCase from lodash, but depends on the whole package, which is not tree-shakeable. What about switching to lodash-es or to individual packages (e.g. lodash.concat)? OR… moving away from lodash?

Can do a PR.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gustavoguichardcommented, Jul 27, 2022

Hey @tavoyne , thanks for pointing this out! I was going to make a little test and ended up creating a PR. Check #63 out 😉

0reactions
gustavoguichardcommented, Jul 27, 2022

@tavoyne I couldn’t help but try your suggestion just to see the results: Captura de Tela 2022-07-27 às 14 28 17

Will be publishing soon @0.18

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Lodash? - Educative.io
Lodash is a JavaScript library that provides utility functions for common programming tasks using a functional programming paradigm; it builds upon the ...
Read more >
Lodash
A modern JavaScript utility library delivering modularity, performance & extras. · Download · Installation · Why Lodash? · Module Formats · Complementary Tools....
Read more >
Lodash Tutorial
Lodash is a popular javascript based library which provides 200+ functions to facilitate web development. It provides helper functions like map, filter, ...
Read more >
Lodash tutorial - introducing JavaScript Lodash library - ZetCode
Lodash is a JavaScript library which provides utility functions for common programming tasks. It uses functional programming paradigm. Lodash ...
Read more >
10 Lodash functions everyone should know - Medium
What is Lodash? Lodash is a superset of Underscore. What is Underscore? · Why use Lodash? It will help you deal with all...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found