Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Symfony UX: Turbo, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:04
    01. Turbo: Drive, Frames & Streams!
  2. Урок 2. 00:03:42
    02. Installing Turbo
  3. Урок 3. 00:09:38
    03. How Turbo Drive Works
  4. Урок 4. 00:06:56
    04. Turbo-Friendly JavaScript
  5. Урок 5. 00:04:03
    05. The "defer" Attribute & Conditionally Activating Turbo
  6. Урок 6. 00:09:05
    06. Form 422 Status & renderForm()
  7. Урок 7. 00:07:07
    07. Form Submits & The Preview Feature
  8. Урок 8. 00:09:46
    08. The Problem of Snapshots & JavaScript Popups
  9. Урок 9. 00:06:04
    09. Cleanup Before Snapshotting (e.g. Modals)
  10. Урок 10. 00:07:15
    10. Fixing the Sweetalert Modal
  11. Урок 11. 00:03:12
    11. Organizing our Turbo Events Code
  12. Урок 12. 00:07:53
    12. 3rd Party JavaScript Widgets
  13. Урок 13. 00:08:46
    13. Fixing External JS + Analytics Code
  14. Урок 14. 00:06:53
    14. Reloading When JS/CSS Changes
  15. Урок 15. 00:05:05
    15. Manual Visits with Turbo
  16. Урок 16. 00:07:24
    16. CSS Page Transitions
  17. Урок 17. 00:08:59
    17. Polished CSS Transitions
  18. Урок 18. 00:05:20
    18. Prefetching the Next Page
  19. Урок 19. 00:07:37
    19. <link rel="prefetch">
  20. Урок 20. 00:06:32
    20. Turbo Frames: Lazy Frames
  21. Урок 21. 00:04:25
    21. Turbo Frames Look for & Load the Matching Frame
  22. Урок 22. 00:07:25
    22. Using a Full HTML Page to Populate a Frame
  23. Урок 23. 00:09:58
    23. Reliably Load External JS with Stimulus
  24. Урок 24. 00:05:01
    24. Targeting Links in or out of the Frame
  25. Урок 25. 00:08:02
    25. Adding a "Read More" Ajax Frame
  26. Урок 26. 00:07:46
    26. Frame Loading Animations
  27. Урок 27. 00:07:50
    27. Review this Product... in a turbo-frame!
  28. Урок 28. 00:05:50
    28. Globally Disable Buttons on Form Submit
  29. Урок 29. 00:06:46
    29. Frame-Powered Inline Editing
  30. Урок 30. 00:07:46
    30. Frames & Form "action" Attributes
  31. Урок 31. 00:06:22
    31. Frame Redirecting & Dynamic Frame Targets
  32. Урок 32. 00:07:07
    32. turbo-frame inside a Modal
  33. Урок 33. 00:05:00
    33. Lazy Modal & Big Cleanup
  34. Урок 34. 00:06:17
    34. Close the Modal after turbo-frame Success
  35. Урок 35. 00:06:34
    35. Prevent a turbo-frame from Rendering
  36. Урок 36. 00:06:05
    36. Full Page Redirect from a Frame
  37. Урок 37. 00:05:14
    37. Redirecting the Full Page from a Frame
  38. Урок 38. 00:06:51
    38. Frame Redirecting and Clearing the Snapshot Cache
  39. Урок 39. 00:08:12
    39. Manual "Restore" Visit
  40. Урок 40. 00:07:02
    40. Adding a Custom Request Header Based on the Frame
  41. Урок 41. 00:06:30
    41. Smart Frame Redirecting with the Server
  42. Урок 42. 00:05:14
    42. Automatically Redirect Ajax Calls to /login
  43. Урок 43. 00:08:02
    43. Turbo Streams
  44. Урок 44. 00:04:38
    44. Streams: Reusing Templates
  45. Урок 45. 00:07:01
    45. Multiple Updates in one Stream
  46. Урок 46. 00:05:18
    46. Processing Streams by Hand for Fun & Profit
  47. Урок 47. 00:04:44
    47. Mercure: Pushing Stream Updates Async
  48. Урок 48. 00:04:29
    48. Running the Mercure Service in the symfony Binary
  49. Урок 49. 00:05:43
    49. Listening & Publishing
  50. Урок 50. 00:06:58
    50. Mercure Hub's JWT Authorization
  51. Урок 51. 00:03:48
    51. Publishing Mercure Updates in PHP
  52. Урок 52. 00:08:51
    52. Turbo Stream for Instant Review Update
  53. Урок 53. 00:07:06
    53. Smartly Updating Elements for all Users
  54. Урок 54. 00:05:27
    54. Visually Highlighting new Items that Pop onto the Page
  55. Урок 55. 00:07:02
    55. Entity Broadcast
  56. Урок 56. 00:07:28
    56. Broadcasting Frontend Changes on Entity Update/Remove
  57. Урок 57. 00:10:14
    57. Toast Notifications