How to scan barcodes in your React.js application

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. library

    Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem. (by zxing-js)

    The react-qr-barcode-scanner relies on zxing for decoding barcodes. I used it for some time until I discovered a bug caused by inconsistent results from reading EAN codes. I found an issue on zxing and it appeared to have been fixed. However the react-qr-barcode-scanner used an older version of zxing where this was still an issue.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. quagga2

    An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs

    quokka2

  4. quagga2-react-example

    Showcasing Quagga2 in combination with ReactJS

    This is another package that extends zxing. I found an example on how to use it with React but honestly it seemed daunting.

  5. html5-qrcode

    A cross platform HTML5 QR code reader. See end to end implementation at: https://scanapp.org

    html5-qrcode

  6. html5-qrcode-react

    React example using html5-qrcode library

    Yet another package extending zxing. The implementation was a bit easier to follow although this seemed to also use an old version of zxing, so I was a bit cautious about using it.

  7. react-qr-barcode-scanner

    A simple React Component using the client's webcam to read barcodes.

    I eventually forked the react-qr-barcode-scanner in an attempt to update its dependencies, but discovered that the implementation was quite straight-forward to begin with.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Barcode scanner

    5 projects | /r/reactjs | 13 Aug 2022
  • HTML5-qrcode – open-source, cross platform HTML5 QR code reader

    1 project | news.ycombinator.com | 5 Apr 2024
  • Reactjs barcode scanner

    1 project | /r/reactjs | 19 Jun 2023
  • Barcode Scanner compatible with mobile browsers

    1 project | /r/react | 4 May 2023
  • Specially qr code reader

    1 project | /r/androidapps | 6 Mar 2023