I have a grid style webpage made with React and I was planning on having one of the grids display system messages e.g. "UP button pressed" when the UP button is pressed.
What is the best way to go about implementing something like that? I have looked into redirecting "console.log" messages and terminal emulators but none really talked about what I was looking for. I was hoping to later be able to export the logs and download them as a text file or something like that.