Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React JS and Redux - Mastering Web Apps, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:28
    Introducing the Instructor
  • Урок 2. 00:01:41
    Learning About React
  • Урок 3. 00:03:45
    Installing React and Tools
  • Урок 4. 00:03:24
    Installing a Code Editor
  • Урок 5. 00:00:51
    Wireframing CountdownChamp
  • Урок 6. 00:02:26
    Building Your First Application
  • Урок 7. 00:02:09
    Editing the Application
  • Урок 8. 00:03:58
    Creating Your First Component
  • Урок 9. 00:08:01
    Structuring the Application
  • Урок 10. 00:02:34
    Introducing State
  • Урок 11. 00:03:27
    Updating State
  • Урок 12. 00:04:18
    Changing Data with the Input Field
  • Урок 13. 00:03:54
    Creating a Clock Component
  • Урок 14. 00:01:59
    Introducing Props
  • Урок 15. 00:06:08
    Calculating Time Until
  • Урок 16. 00:04:17
    Hooking with LifeCycle Methods
  • Урок 17. 00:02:16
    Adding Helper Methods with Ternary Expressions
  • Урок 18. 00:03:57
    Styling with React Bootstrap
  • Урок 19. 00:01:34
    Wireframing MusicMaster
  • Урок 20. 00:01:40
    Setting Up MusicMaster
  • Урок 21. 00:04:21
    Creating the App Component
  • Урок 22. 00:04:29
    Styling with Bootstrap
  • Урок 23. 00:04:01
    Searching for Artists
  • Урок 24. 00:05:45
    Preparing a Web Request
  • Урок 25. 00:03:04
    Fetching Data with a Url
  • Урок 26. 00:05:20
    Building the Artist Profile
  • Урок 27. 00:09:57
    Styling New Components with CSS
  • Урок 28. 00:06:49
    Expanding the Fetch Request
  • Урок 29. 00:09:33
    Building a Gallery
  • Урок 30. 00:02:24
    Playing Audio with JavaScript
  • Урок 31. 00:03:33
    Pausing a Track
  • Урок 32. 00:05:47
    Animated Styling
  • Урок 33. 00:01:25
    Wireframing ReminderPro
  • Урок 34. 00:05:55
    Introducing Redux
  • Урок 35. 00:05:20
    Introducing Actions and Action Creators
  • Урок 36. 00:05:45
    Providing a Store and Introducing Reducers
  • Урок 37. 00:06:49
    Mapping Dispatch To Props and Binding Action Creators
  • Урок 38. 00:03:03
    Mapping State to Props
  • Урок 39. 00:05:28
    Rendering a List of Reminders
  • Урок 40. 00:05:47
    Deleting Reminders
  • Урок 41. 00:04:26
    Reducing the List Component
  • Урок 42. 00:04:14
    Timestamping Reminders
  • Урок 43. 00:04:17
    Interpreting Moments with MomentJS
  • Урок 44. 00:03:27
    Baking Browser Cookies
  • Урок 45. 00:04:34
    Clearing All Reminders
  • Урок 46. 00:01:27
    Wireframing GoalCoach
  • Урок 47. 00:05:04
    Setting Up the Index
  • Урок 48. 00:03:08
    Navigating with React-Router
  • Урок 49. 00:03:53
    Adding Firebase to the Application
  • Урок 50. 00:08:21
    Setting Up Sign Up
  • Урок 51. 00:04:15
    Writing Sign In
  • Урок 52. 00:03:18
    Adding Redux to GoalCoach
  • Урок 53. 00:07:48
    Logging the User with Redux
  • Урок 54. 00:08:57
    Developing the App Component
  • Урок 55. 00:04:59
    Creating a GoalList Component
  • Урок 56. 00:03:42
    Reducing Goals in the Redux Store
  • Урок 57. 00:05:40
    Combining our Reducers
  • Урок 58. 00:05:09
    Mapping the Goals List
  • Урок 59. 00:06:32
    Completing a Goal
  • Урок 60. 00:03:23
    Removing a Goal
  • Урок 61. 00:06:24
    Adding Completed Goals to Redux
  • Урок 62. 00:05:55
    Rendering Completed Goals