Report
How to add keyboard shortcuts to your React app - Pierre Ouannes
Adding keyboard shortcuts to a React app can empower your users to use it more effectively, and it's pretty simple! We'll see how to do it in this article.
devtrium.com
Seems like a good tutorial for people trying to understand events in React. From a practical perspective though I think it's probably better to use a library like react-hotkeys... maybe something you should mention at the end of your article.
Thanks! Yeah indeed, using a library vs building your own is always a decision you have to take. I think it's important to know how are things are working though, even if you end up using a pre-made library for it.
Agreed!
Hey all, author here!
I'm glad to be sharing with you all this new article. Feel free to give me feedback, suggestions, or to ask any type of question on the article!