@Reilly
Senior Frontend Engineer - Sharing everything I know about React, React Native, TS, and building fast, scalable apps
If you've got any questions feel free to DM on Twitter @reillyjodonnell
Nothing here yet.
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....
