Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай HTMX + Flask: Modern Python Web Apps, Hold the JavaScript, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:29
    Introduction to the course
  2. Урок 2. 00:05:04
    What is htmx?
  3. Урок 3. 00:01:36
    The HOWL stack
  4. Урок 4. 00:03:04
    The big ideas covered in this course
  5. Урок 5. 00:01:22
    Student prerequisites
  6. Урок 6. 00:02:52
    Vue, React, and htmx: A quick comparison
  7. Урок 7. 00:00:55
    Git the source code
  8. Урок 8. 00:01:10
    Meet your instructor: Michael Kennedy
  9. Урок 9. 00:01:09
    A tour of htmx examples
  10. Урок 10. 00:02:41
    Example: Infinite scroll
  11. Урок 11. 00:03:29
    Example: Active search
  12. Урок 12. 00:02:37
    Example: Lazy loading
  13. Урок 13. 00:03:18
    Example: Bulk update
  14. Урок 14. 00:01:27
    Introducing our web app: Video Collector
  15. Урок 15. 00:03:38
    Setting up and running the Flask app
  16. Урок 16. 00:05:50
    Key elements of code organization
  17. Урок 17. 00:02:04
    Concept: Pydantic models
  18. Урок 18. 00:02:18
    Concept: View models
  19. Урок 19. 00:01:32
    Concept: Code organization
  20. Урок 20. 00:00:50
    Our first feature: Click to edit
  21. Урок 21. 00:00:57
    Introduction to building the non-htmx form
  22. Урок 22. 00:06:35
    Adding the HTML for the add video form
  23. Урок 23. 00:07:10
    'Add video' view methods
  24. Урок 24. 00:03:36
    Creating the new video in the database
  25. Урок 25. 00:02:27
    Installing htmx
  26. Урок 26. 00:04:56
    A clean, enable add button, without the form
  27. Урок 27. 00:03:42
    Server returns the form on-demand
  28. Урок 28. 00:05:59
    Changing our mind, adding a cancel option
  29. Урок 29. 00:02:05
    Concept: Showing the edit UI
  30. Урок 30. 00:01:51
    Concept: Creating or canceling the video creation
  31. Урок 31. 00:01:37
    Concept: Processing the form submission on the server
  32. Урок 32. 00:01:49
    What do you mean by partials?
  33. Урок 33. 00:02:06
    The jinja-partials package
  34. Урок 34. 00:01:50
    Partials: A more realistic example
  35. Урок 35. 00:03:49
    Installing jinja-partials
  36. Урок 36. 00:03:54
    Removing duplication of add video HTML
  37. Урок 37. 00:01:25
    Concept: Using partials
  38. Урок 38. 00:00:48
    Introducing active search
  39. Урок 39. 00:02:01
    Where we're headed with active search
  40. Урок 40. 00:04:06
    Create the search page skeleton
  41. Урок 41. 00:01:29
    Search text is better as an optional URL element
  42. Урок 42. 00:04:15
    Performing the server-side search
  43. Урок 43. 00:02:29
    HTML input controls for search
  44. Урок 44. 00:07:10
    Searching as they type with htmx
  45. Урок 45. 00:04:29
    Rendering the videos found in search
  46. Урок 46. 00:02:21
    Search history in the address bar
  47. Урок 47. 00:04:01
    Deep linking to search results
  48. Урок 48. 00:01:14
    Concept: Triggering the search with htmx
  49. Урок 49. 00:01:24
    Concept: Is a request htmx originated?
  50. Урок 50. 00:02:02
    Concept: Supporting deep linking
  51. Урок 51. 00:00:53
    Introducing infinite scroll
  52. Урок 52. 00:01:53
    Popular sites using infinite scroll
  53. Урок 53. 00:04:18
    Reorganizing the feed HTML for infinite scrol
  54. Урок 54. 00:03:23
    Returning a limited set of videos
  55. Урок 55. 00:05:23
    The htmx scroll trigger
  56. Урок 56. 00:03:54
    Implementing more videos on the server
  57. Урок 57. 00:02:24
    Concept: Triggering another page as you scroll
  58. Урок 58. 00:01:59
    HOWL for the finish line
  59. Урок 59. 00:01:04
    Examples first, docs second
  60. Урок 60. 00:03:14
    Core elements of the starter Flask app
  61. Урок 61. 00:01:54
    Click to edit functionality
  62. Урок 62. 00:02:11
    Jinja-partials package
  63. Урок 63. 00:02:16
    Active search with htmx
  64. Урок 64. 00:01:59
    Partial or full response?
  65. Урок 65. 00:02:19
    Infinite scroll with htmx
  66. Урок 66. 00:00:59
    Thank you and goodbye