cover of episode Avoid This Common React Mistake Newbies Make

Avoid This Common React Mistake Newbies Make

2024/9/19
logo of podcast Code Ryan

Code Ryan

Frequently requested episodes will be transcribed first

Shownotes Transcript

Topics Covered: What is an event? How are event handlers typically passed? Calling a function rather than passing a reference to a function But what if you need to pass arguments? When possible, I like creating functions outside of the component so I can test them a bit easier via exports