Skip to content

Commit

Permalink
update words
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Jan 26, 2016
1 parent 5a318dc commit 7d71473
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## You Don't Need Lodash/Underscore
## You Don't (may not) Need Lodash/Underscore

Lodash and Underscore are great modern Javascript utility libraries, and they are widely used by Front-end developers. However, when you are targeting modern browers, you may find out that there are many methods which are already being supported natively thanks to ECMAScript5 [ES5] and ESCMAScript2015 [ES6]. Native implematations are simply faster and more convenient which can make code clearer.
Lodash and Underscore are great modern Javascript utility libraries, and they are widely used by Front-end developers. However, when you are targeting modern browers, you may find out that there are many methods which are already being supported natively thanks to ECMAScript5 [ES5] and ESCMAScript2015 [ES6]. If you want to make your project less dependencies and you know your target browser clearly,
then you may not need Lodash/Underscore.

Welcome to contribute more items which you find this list is missing.


## Quick Link

1. [_.each](#_each)
Expand Down

0 comments on commit 7d71473

Please sign in to comment.