© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Reilly O'Donnell
Senior Frontend Engineer - Sharing everything I know about React, React Native, TS, and building fast, scalable apps
Sockets can only transmit binary (text.) Imagine we have this data const message = {id: '123', name: 'Reilly', message: 'Hey'} Here's the problem: we want to send this data to the ui but we have hundreds of useEffects spread throughout the codebase....
No responses yet.