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