Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete Guide to Advanced React Patterns (2020), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:38
    Getting Started with Advanced Patterns
  2. Урок 2. 00:02:34
    Why Advanced React Patterns
  3. Урок 3. 00:02:23
    Design Patterns and React
  4. Урок 4. 00:03:06
    The Medium Clap
  5. Урок 5. 00:04:15
    Setting up your local environment
  6. Урок 6. 00:06:52
    How the demo showcase works
  7. Урок 7. 00:10:50
    Building and styling the medium clap
  8. Урок 8. 00:13:21
    Handling user interactivity
  9. Урок 9. 00:08:26
    Higher order components recap
  10. Урок 10. 00:06:09
    Beginning to animate the clap
  11. Урок 11. 00:09:18
    Creating and updating the animation timeline
  12. Урок 12. 00:02:41
    Resolving wrong animated scale
  13. Урок 13. 00:06:51
    Animating the clap count
  14. Урок 14. 00:05:35
    Animating the total count
  15. Урок 15. 00:12:50
    Creating animated bursts!
  16. Урок 16. 00:03:08
    Introduction to Custom Hooks
  17. Урок 17. 00:10:21
    Building an animation custom hook
  18. Урок 18. 00:03:03
    Why reusability fails - important!
  19. Урок 19. 00:12:59
    Custom hooks and refs
  20. Урок 20. 00:09:52
    When is my hook invoked?
  21. Урок 21. 00:06:01
    Compound components in plain approachable language
  22. Урок 22. 00:03:44
    Why compound components?
  23. Урок 23. 00:02:58
    How to implement the pattern
  24. Урок 24. 00:09:12
    Refactor to Compound components
  25. Урок 25. 00:03:47
    Alternative export strategy
  26. Урок 26. 00:05:56
    Exposing state via a callback
  27. Урок 27. 00:05:45
    Invoking the useEffect callback only after mount!
  28. Урок 28. 00:03:11
    Introduction to reusable styles
  29. Урок 29. 00:06:45
    Extending styles via a style prop
  30. Урок 30. 00:11:10
    Extending styles via a className prop
  31. Урок 31. 00:01:39
    The Problem to be solved
  32. Урок 32. 00:03:33
    What is control props?
  33. Урок 33. 00:08:09
    Implementing the pattern
  34. Урок 34. 00:05:58
    Practical usage of control props
  35. Урок 35. 00:01:56
    Introduction
  36. Урок 36. 00:06:02
    useDOMRef
  37. Урок 37. 00:09:03
    useClapState
  38. Урок 38. 00:10:44
    useEffectAfterMount
  39. Урок 39. 00:02:56
    A practical and fun usage
  40. Урок 40. 00:08:16
    An alternative export strategy
  41. Урок 41. 00:03:09
    What are props collections?
  42. Урок 42. 00:07:24
    Implementing props collections
  43. Урок 43. 00:03:36
    Accessibility and props collections
  44. Урок 44. 00:01:36
    What are props getters
  45. Урок 45. 00:02:02
    From collections to getters
  46. Урок 46. 00:10:04
    Use cases for prop getters
  47. Урок 47. 00:02:25
    What are state initializers?
  48. Урок 48. 00:04:16
    First pattern requirement
  49. Урок 49. 00:09:02
    Handling resets
  50. Урок 50. 00:12:02
    Handling reset side effects
  51. Урок 51. 00:05:02
    How usePrevious works
  52. Урок 52. 00:02:30
    The state reducer pattern
  53. Урок 53. 00:14:20
    02 From useState to useReducer
  54. Урок 54. 00:08:21
    Passing a user custom reducer
  55. Урок 55. 00:10:00
    Exposing the internal reducer and types
  56. Урок 56. 00:02:42
    How the classification works
  57. Урок 57. 00:09:59
    Making the right API choice
  58. Урок 58. 00:00:24
    Thank you!