Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай
Learn Ramda.js,
а также все другие курсы, прямо сейчас!
Премиум
-
Урок 1. 00:03:34Refactor to Point Free Functions with Ramda using compose and converge
-
Урок 2. 00:03:48Eliminate Function Arguments (Point-Free Style) with Ramda's Converge
-
Урок 3. 00:02:14Convert a QueryString to an Object using Function Composition in Ramda
-
Урок 4. 00:03:00Select a Subset of Properties from a Collection of Objects in Ramda
-
Урок 5. 00:05:31Handle Branching Logic with Ramda's Conditional Functions
-
Урок 6. 00:02:35Declaratively Map Predicates to Object Properties Using Ramda where
-
Урок 7. 00:04:47Change Object Properties with Ramda Lenses
-
Урок 8. 00:02:10Add and Remove Items in Arrays using Filter, Reject and Partition in Ramda
-
Урок 9. 00:05:38Build a Functional Pipeline with Ramda.js
-
Урок 10. 00:05:40Pick and Omit Properties from Objects Using Ramda
-
Урок 11. 00:03:40Curry and Uncurry Functions with Ramda
-
Урок 12. 00:02:45Declaratively Map Data Transformations to Object Properties Using Ramda evolve
-
Урок 13. 00:04:11Count Words in a String with Ramda's countBy and invert
-
Урок 14. 00:02:33Handle Errors in Ramda Pipelines with tryCatch
-
Урок 15. 00:03:06Create an Array From a Seed Value with Ramda's unfold
-
Урок 16. 00:03:12Convert a Promise.all Result to an Object with Ramda's zip and zipObj
-
Урок 17. 00:02:25Filter an Array Based on Multiple Predicates with Ramda's allPass Function
-
Урок 18. 00:02:25Create a Query String from an Object using Ramda's toPairs function
-
Урок 19. 00:04:45Convert Object Methods into Composable Functions with Ramda
-
Урок 20. 00:01:59Sort an Array of Objects by Multiple Fields with Ramda's sortWith
-
Урок 21. 00:08:38Refactor a Promise Chain to Function Composition using Ramda
-
Урок 22. 00:03:42Refactor to a Point Free Function with Ramda's useWith Function
-
Урок 23. 00:05:56Get a List of Unique Values From Nested Arrays with Ramda
-
Урок 24. 00:02:49Debug Function Compositions with Ramda's Tap Function