#Looking for a barcode scanner that works with Nextjs

2 messages · Page 1 of 1 (latest)

lethal talon
#

anything that works with react will work with next too, if you have any issues with SSR you can disable it for the imported library with a dynamic import

inland birch
#

hmm so I have tried https://www.npmjs.com/package/react-qr-barcode-scanner and this didnt recognize the window for some reason. You saying if I use next/dynamic as import method it would have worked then ?