Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Material UI - The Complete Guide With React (2023) Edition, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:18
    Welcome To Material UI Course!
  2. Урок 2. 00:04:31
    Introduction
  3. Урок 3. 00:02:06
    MUI V6 Update
  4. Урок 4. 00:03:30
    Creating Fresh React App
  5. Урок 5. 00:01:11
    Installing Material UI
  6. Урок 6. 00:07:21
    Typography
  7. Урок 7. 00:08:26
    Buttons
  8. Урок 8. 00:05:39
    TextFields - Text Input
  9. Урок 9. 00:06:57
    Form Handling With TextFields
  10. Урок 10. 00:05:02
    Form Handling - Checkboxes
  11. Урок 11. 00:04:52
    Form Handling - Select Dropdown
  12. Урок 12. 00:04:01
    Form Handling - Radio Buttons
  13. Урок 13. 00:05:43
    AppBar And Toolbar
  14. Урок 14. 00:08:48
    Tabs
  15. Урок 15. 00:07:59
    Menu and MenuItem Components For Menu List
  16. Урок 16. 00:06:34
    Card
  17. Урок 17. 00:07:36
    Dialog
  18. Урок 18. 00:05:39
    Modals
  19. Урок 19. 00:04:56
    Link
  20. Урок 20. 00:05:28
    Container
  21. Урок 21. 00:09:34
    List
  22. Урок 22. 00:07:12
    Accordion
  23. Урок 23. 00:04:49
    Autocomplete
  24. Урок 24. 00:06:12
    Drawer
  25. Урок 25. 00:05:44
    Alert
  26. Урок 26. 00:05:15
    Snackbar
  27. Урок 27. 00:05:46
    Progress Bar
  28. Урок 28. 00:07:21
    Rating
  29. Урок 29. 00:08:25
    ImageList
  30. Урок 30. 00:15:16
    Validation With React Hook Form
  31. Урок 31. 00:13:10
    Data Grid
  32. Урок 32. 00:02:08
    Project Intro And Demo
  33. Урок 33. 00:06:39
    Getting Dummy Data For Project
  34. Урок 34. 00:04:38
    Defining Custom Functionality For Rows With RenderCell
  35. Урок 35. 00:08:41
    Enabling Dynamic Functionalities With RenderCell
  36. Урок 36. 00:04:08
    Exporting Data Of DataGrid
  37. Урок 37. 00:02:50
    Adding Search And Row Filters
  38. Урок 38. 00:02:41
    Enabling More Customizations of DataGrid Using Components/Slots
  39. Урок 39. 00:09:37
    Completing Project With More Customizations
  40. Урок 40. 00:08:38
    ThemeProvider
  41. Урок 41. 00:06:11
    Styled Function
  42. Урок 42. 00:08:04
    Advance Component Styling With Theme
  43. Урок 43. 00:03:35
    The difference between sx prop and styled function
  44. Урок 44. 00:07:55
    Dark and Light Mode
  45. Урок 45. 00:06:46
    Material UI Icons
  46. Урок 46. 00:17:12
    Grid System
  47. Урок 47. 00:08:10
    All About Responsiveness & Setting Responsive Text
  48. Урок 48. 00:05:17
    Making Any Component Responsive
  49. Урок 49. 00:07:12
    Using Media Query Styles - useMediaQuery Hook
  50. Урок 50. 00:04:11
    GRID System Overview
  51. Урок 51. 00:00:54
    Introduction and Overview
  52. Урок 52. 00:02:22
    Setting up development environment
  53. Урок 53. 00:38:18
    Building Responsive Header
  54. Урок 54. 00:00:36
    Completing Application
  55. Урок 55. 00:01:07
    Introduction and Overview
  56. Урок 56. 00:02:33
    Setting Up Development Environment
  57. Урок 57. 00:05:11
    Creating Header with Navbar and Toolbar
  58. Урок 58. 00:09:12
    Adding Links and Buttons
  59. Урок 59. 00:07:52
    Making it Responsive - Adding Drawer
  60. Урок 60. 00:13:50
    Using Media query and Breakpoints
  61. Урок 61. 00:02:14
    Introduction and Overview
  62. Урок 62. 00:11:24
    Designing Form Layout
  63. Урок 63. 00:05:15
    Adding State To Switch Between Forms
  64. Урок 64. 00:08:35
    Handling Form Data
  65. Урок 65. 00:02:51
    Adding Icons
  66. Урок 66. 00:02:51
    Summary
  67. Урок 67. 00:04:13
    Introduction and Demo Of Project
  68. Урок 68. 00:02:52
    Creating Fresh React App
  69. Урок 69. 00:06:41
    Building Header Adding Navbar and Logo
  70. Урок 70. 00:07:07
    Header - Rendering Links and Buttons
  71. Урок 71. 00:07:12
    Adding Animations
  72. Урок 72. 00:07:56
    Adding Content Overview Section
  73. Урок 73. 00:10:03
    Styling Content Section
  74. Урок 74. 00:06:37
    Adding Footer
  75. Урок 75. 00:13:41
    Optimization 1 - Responsive Header
  76. Урок 76. 00:05:59
    Optimization 2 - Responsive Font Sizes
  77. Урок 77. 00:02:48
    Optimization 3 - Content Layout Fix
  78. Урок 78. 00:03:09
    Optimization 4 - Footer Fix
  79. Урок 79. 00:01:59
    Basic Fix
  80. Урок 80. 00:09:26
    GIFT - Adding Google Font With MUI Styled Component
  81. Урок 81. 00:00:43
    Summary
  82. Урок 82. 00:00:56
    MUI with Typescript Intro
  83. Урок 83. 00:02:49
    Installing New React App With Typescript
  84. Урок 84. 00:04:55
    Creating separate styles object with types
  85. Урок 85. 00:03:54
    Accepting MUI props
  86. Урок 86. 00:01:30
    Introduction
  87. Урок 87. 00:02:38
    Backend Topics Overview
  88. Урок 88. 00:01:52
    Application WorkFlow
  89. Урок 89. 00:04:52
    Creating Simple NodeJS and ExpressJS Application API
  90. Урок 90. 00:09:21
    Connecting To MongoDB
  91. Урок 91. 00:13:32
    Creating User Model and Routes
  92. Урок 92. 00:12:51
    User Post Signup Request
  93. Урок 93. 00:07:01
    User Post Login Request
  94. Урок 94. 00:14:05
    Moving Into Posts
  95. Урок 95. 00:03:57
    Getting BlogPost By ID
  96. Урок 96. 00:06:02
    Updating BlogPost
  97. Урок 97. 00:03:40
    Deleting BlogPost
  98. Урок 98. 00:13:47
    Adding Relations and Connections With User and BlogPosts
  99. Урок 99. 00:02:35
    Creating React App
  100. Урок 100. 00:07:15
    Building Responsive Header
  101. Урок 101. 00:07:53
    Adding Links To Header
  102. Урок 102. 00:06:42
    Adding React Router For Real Navigation
  103. Урок 103. 00:04:57
    Building HomePage - Adding Featured Image
  104. Урок 104. 00:08:17
    Adding Google Fonts For Different Fonts
  105. Урок 105. 00:05:44
    Adding Reusable Card Layout For List Implementation
  106. Урок 106. 00:10:00
    Designing BlogPost Card
  107. Урок 107. 00:07:32
    Calling API To get All Posts
  108. Урок 108. 00:05:46
    Adding Real Data In Cards
  109. Урок 109. 00:06:29
    Designing Authentication Form
  110. Урок 110. 00:09:04
    Handling Form Data Dynamically
  111. Урок 111. 00:10:34
    Sending Authentication Request To Backend
  112. Урок 112. 00:10:59
    Implementing Redux State Management For Authentication
  113. Урок 113. 00:06:43
    Dispatching IDs to Redux and Storing IDs in Local Storage
  114. Урок 114. 00:04:07
    Dynamically Updating Header Links After Authentication
  115. Урок 115. 00:09:23
    Designing Add Blogpost page
  116. Урок 116. 00:05:31
    Handling Add Form
  117. Урок 117. 00:05:12
    Sending POST Request To Insert a BlogPost
  118. Урок 118. 00:07:49
    Fetching Posts From URL
  119. Урок 119. 00:08:03
    Sending Update / Edit BlogPost Request
  120. Урок 120. 00:05:52
    Adding Delete Blogpost Functionality With Notifications
  121. Урок 121. 00:06:32
    Modifying Backend Controller To Get Details With Blogposts
  122. Урок 122. 00:13:15
    Designing Profile Page
  123. Урок 123. 00:06:29
    Optimization 1 Fixing Content, Simplifying Logics
  124. Урок 124. 00:06:26
    Final Optimization
  125. Урок 125. 00:01:11
    Summary
  126. Урок 126. 00:02:34
    Introduction JoyUI