Skip to content

Commit 877d306

Browse files
committed
remove lodash mention
1 parent cdcdf9b commit 877d306

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lesson2.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ <h1>Rendering a List</h1>
209209
<div class="row">
210210
<div class="col-sm-4">
211211
<p>
212-
In this example we are using <a href="http://lodash.com/">lodash</a> to provide easy to use functions.
213-
Javascript's array prototype includes a map function which works almost identically.
214212
In the addItem method we clone "items" so that the original state remains unmodified.
215213
This particular example would not have an issue with modifying "items" in place
216214
but if we ever implement our own "componentShouldUpdate" then we run the risk of not knowing if our state was modified.

0 commit comments

Comments
 (0)