DEV Community

Patrik Mäsiar
Patrik Mäsiar

Posted on

1

react-keyboard-key NPM package

I created an NPM package mostly for developers, who are working with ReactJS.

The package includes Container with keydown and keyup events. The container is handling the state of pressed key information and pushes it further.

There is also created hook called useKeyboardKey which is a substitute for Container so you can use it across the whole application wherever you want, you will just use the hook function.

Package link: react-keyboard-key

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay