This Is How You Handle Events In A React App

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • Learn how to handle events like button clicks and form submissions in a react app.
    I'll cover things like Adding event handlers, Passing event handlers as props, and Preventing default behavior.
    This is video #5 in my react series:
    #4 Rendering a List of Components: • Rendering a List of Co...
    #6 useState: • React Hooks: useState
    Chapters:
    0:00​ Intro
    0:34 button onClick
    2:03 form onSubmit
    3:33 input onChange
    4:47 inline arrow functions
    5:29 events in child components
    8:27 Summary
    Code:
    www.sammeechward.com/event-li...
    Join this channel to get access to perks:
    / @sammeechward
    🔗Moar Links
    My Website: www.sammeechward.com
    Instagram: / meech_ward
    Twitter: / meech_ward
    Github: github.com/orgs/Sam-Meech-Ward
  • НаукаНаука

Комментарии • 10

  • @siavoshoon
    @siavoshoon Год назад +1

    Your videos are truly amazing. I love them. Thank you🙏🏼

  • @Kapza94
    @Kapza94 4 месяца назад

    Amazing video explanations are brilliant helped me track along

  • @thelonglincoln
    @thelonglincoln 5 месяцев назад

    Best explanation ever!

  • @alexandergeorgesquire220
    @alexandergeorgesquire220 5 месяцев назад

    Thanks for the content! ❤

  • @user-vt9bm5wf5u
    @user-vt9bm5wf5u Год назад

    Great video

  • @mistercakes
    @mistercakes Год назад +1

    What are you using to autocomplete in VS Code? maybe I missed this in one of the earlier videos.

  • @Pareshbpatel
    @Pareshbpatel Год назад

    Event handling in React, beautifuly explained. Thanks, Sam
    {2023-00-07}