I am curious about which framework, if any, would be most effective for capturing keystrokes and adding them to an HTML element such as a "p" element. My goal is to allow the client to type something on the keyboard and have it immediately displayed in the "p" element on the webpage.
It is important to note that I am not looking to trigger a function upon a specific key press combination (e.g. shift+alt). Instead, my aim is to continuously stream the keyboard input directly to an HTML element.