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