Realtime Chat Part 2 Discussion
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?
Funny you should say that because in the next video (spoiler alert!), where we add some more stimulus, I refactor our code to do this but still with the keydown event.