Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Webpack 5 Ninja - Build Micro frontend and web apps, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:48
    Introduction
  2. Урок 2. 00:07:35
    What is Webpack
  3. Урок 3. 00:02:26
    Software installations
  4. Урок 4. 00:05:19
    Understanding basic concepts
  5. Урок 5. 00:02:09
    ***IMP*** Source Code download
  6. Урок 6. 00:08:08
    Basic HTML Javascript Setup
  7. Урок 7. 00:08:49
    Adding webpack configuration
  8. Урок 8. 00:05:58
    Fixing our button click
  9. Урок 9. 00:12:58
    CommonJS modules
  10. Урок 10. 00:09:56
    ES6 Modules
  11. Урок 11. 00:00:53
    Loaders Section Introduction
  12. Урок 12. 00:04:50
    What are loaders ?
  13. Урок 13. 00:07:54
    CSS loaders Part 1
  14. Урок 14. 00:13:02
    CSS loaders Part 2
  15. Урок 15. 00:08:11
    SCSS Loaders
  16. Урок 16. 00:10:27
    Loading images in JS
  17. Урок 17. 00:05:13
    Fonts loaders
  18. Урок 18. 00:01:26
    Loaders Recap
  19. Урок 19. 00:01:07
    Plugins section introduction
  20. Урок 20. 00:09:30
    Multiple entry bundle
  21. Урок 21. 00:02:51
    what are plugins ?
  22. Урок 22. 00:09:54
    Using HTML Webpack plugin
  23. Урок 23. 00:02:23
    Fixing our broken page
  24. Урок 24. 00:05:36
    Automated Reloading ( Dev Server )
  25. Урок 25. 00:01:44
    Section overview Webpack Website
  26. Урок 26. 00:07:52
    Install dependencies via NPM
  27. Урок 27. 00:04:56
    Basic Webpack config
  28. Урок 28. 00:10:57
    CSS | SCSS loaders setup
  29. Урок 29. 00:06:44
    Dev server setup
  30. Урок 30. 00:06:57
    Analyse the issue
  31. Урок 31. 00:06:56
    Copy assets to dist folder
  32. Урок 32. 00:03:35
    Fixing the imports in courses page
  33. Урок 33. 00:01:39
    Optimization section introduction
  34. Урок 34. 00:03:43
    What is code splitting ?
  35. Урок 35. 00:06:52
    Analyzing the Webpack build
  36. Урок 36. 00:07:21
    Webpack split chunk
  37. Урок 37. 00:06:45
    Lazy loading | Dynamic imports
  38. Урок 38. 00:02:24
    Adding hash to output bundle files
  39. Урок 39. 00:01:19
    Production Optimization section introduction
  40. Урок 40. 00:07:36
    Extract CSS from HTML
  41. Урок 41. 00:07:40
    Shimming
  42. Урок 42. 00:08:56
    Remove dead CSS
  43. Урок 43. 00:05:32
    Tree shaking | Webpack Production mode
  44. Урок 44. 00:02:46
    Production vs Development mode
  45. Урок 45. 00:10:20
    Splitting webpack configuration part - 1
  46. Урок 46. 00:05:21
    Splitting webpack configuration part - 2
  47. Урок 47. 00:03:19
    Section introduction React app using Webpack
  48. Урок 48. 00:04:58
    Basic HTML and JS configuration
  49. Урок 49. 00:03:45
    Define Entry , Output configurations
  50. Урок 50. 00:05:36
    Adding Loaders | Dev server configurations
  51. Урок 51. 00:09:23
    Adding Babel loader
  52. Урок 52. 00:02:25
    Fixing our routing issue
  53. Урок 53. 00:04:36
    Post CSS Loaders configuration
  54. Урок 54. 00:07:51
    ESLint configuration
  55. Урок 55. 00:03:01
    Section introduction Micro-frontends
  56. Урок 56. 00:08:25
    Why Micro-frontends
  57. Урок 57. 00:05:08
    Micro-frontends project introduction
  58. Урок 58. 00:07:02
    Starting of applications servers
  59. Урок 59. 00:03:45
    Module federation basics
  60. Урок 60. 00:07:32
    Exposing components
  61. Урок 61. 00:05:39
    Fetching movies data to homepage
  62. Урок 62. 00:10:28
    Importing remote components
  63. Урок 63. 00:03:24
    Rendering all movies list
  64. Урок 64. 00:05:48
    Exercise: Use the Typography component
  65. Урок 65. 00:03:51
    Initialise more Micro-frontends
  66. Урок 66. 00:05:05
    Setup movie app base
  67. Урок 67. 00:08:42
    Adding homepage to movie app
  68. Урок 68. 00:07:27
    Fixing the rendering issue
  69. Урок 69. 00:12:22
    Adding details page and booking route
  70. Урок 70. 00:05:52
    Navigating to the details page
  71. Урок 71. 00:04:00
    Passing movie id as the path path parameter
  72. Урок 72. 00:11:03
    Navigating via quick booking
  73. Урок 73. 00:06:08
    State management introduction
  74. Урок 74. 00:10:02
    RXJS basics
  75. Урок 75. 00:11:08
    Publishing booking data to ovservable
  76. Урок 76. 00:08:29
    Consuming the event on booking page
  77. Урок 77. 00:02:00
    Rendering the data on booking page
  78. Урок 78. 00:07:57
    Publish booking and routing data to details page
  79. Урок 79. 00:02:21
    Micro-frontend conclusion
  80. Урок 80. 00:00:53
    Course Conclusion
  81. Урок 81. 00:04:41
    Managing System Environment
  82. Урок 82. 00:05:12
    NodeJS Path Module
  83. Урок 83. 00:09:19
    Regular Expressions