Skip to content

Commit cc0d030

Browse files
committed
Update README.md
1 parent c7b958e commit cc0d030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
161161
* [jQuery](http://jquery.com/) Most popular JS lib by a landslide. #code
162162
* [React](https://github.com/facebook/react) What do Facebook, Instagram, Netflix and PayPal have in common? React. #code
163163
* [Cycle.js](http://cycle.js.org) Like React, but more functional & reactive #code
164-
* [Lodash-FP](https://github.com/lodash-archive/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API. #code
164+
* [Lodash](https://lodash.com/) Like Underscore, but much faster, and featuring a more expressive API. Check out the [fp versions](https://github.com/lodash/lodash/tree/npm/fp) you can import from `lodash/fp` #code
165165
* [Ramda](http://ramdajs.com/) Like Lodash and Underscore, but with all functions automatically curried, and parameters arranged so that the data to be operated on is supplied last. #code
166166
* [RxJS](https://github.com/Reactive-Extensions/RxJS) Reactive extensions for JavaScript. [What's reactive?](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) #code
167167
* [Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express. #code

0 commit comments

Comments
 (0)