React MQTT WebSocket
An open-source MQTT client library for React with hooks-based API and real-time topic subscriptions.
- TypeScript
- React
- Node.js
- Period
- 2022
An open-source MQTT client library for React applications, created to simplify integration with MQTT brokers over WebSocket in real-time web platforms.
Developed while working at FDTE on industrial and public-sector platforms that required live data from IoT devices and event-driven systems.
Highlights
- Hooks-based API (
useMqtt,useSubscription) following React idioms - Automatic reconnection with exponential backoff
- TypeScript-first with full type inference for message payloads
- Zero dependencies beyond the standard MQTT.js client