File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -587,7 +587,7 @@ are pretty rare. Most things can be refactored to have no side effects!
|
587 | 587 |
|
588 | 588 | 2. Cloning big objects can be very expensive in terms of performance. Luckily,
|
589 | 589 | this isn't a big issue in practice because there are
|
590 |
| -[https://facebook..io/immutable-js/](great libraries) that allow |
| 590 | +[great libraries](https://facebook..io/immutable-js/) that allow |
591 | 591 | this kind of programming approach to be fast and not as memory intensive as
|
592 | 592 | it would be for you to manually clone objects and arrays.
|
593 | 593 |
|
|
You can’t perform that action at this time.
0 commit comments