Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Quickly Transform Data with Transducers, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:03
    Understand why Transducers can Improve Performance
  2. Урок 2. 00:03:44
    Write Reducers for Different Data Types
  3. Урок 3. 00:02:10
    Understand Transformer Functions
  4. Урок 4. 00:05:14
    Rewrite Map and Filter as Reducers
  5. Урок 5. 00:07:33
    Create Map and Filter Transducers
  6. Урок 6. 00:04:18
    Improve Composition with the Compose Combinator
  7. Урок 7. 00:05:33
    Transduce over any Iteratable Collection
  8. Урок 8. 00:04:14
    Make an Into Helper to Remove Boilerplate and Simplify our Transduce API
  9. Урок 9. 00:02:10
    Transduce When the Collection Type is an Object
  10. Урок 10. 00:01:47
    Create a Sequence Helper to Transduce Without Changing Collection Types
  11. Урок 11. 00:04:34
    Add the Transducer Protocol to Support Arbitrary Data Types as our Target Collections
  12. Урок 12. 00:02:33
    Measure the Performance of our Transducers
  13. Урок 13. 00:04:45
    Use Transducers in Production