Search code examples
reactjsfrontendprogressive-web-appsrfid

How to read and write RFID tags in React PWA


As above, I have an RFID reader and card and I would like React PWA to listen to this reader. How can this be done?


Solution

  • In case someone was looking for an answer to this question, below I will describe how I did it. I used a reader that mimics keyboard input and just listened to the keyboard in app. It worked without a problem.