Blog
18 hours ago
I Built My Own Chat Instead of Relying on Jivo or LiveChat: Here's How
The main implementation went into `src/crud/chat/index.tsx. The architecture, the contexts for sockets and state, and the UI components that tied it all together. I wanted all connection logic in one place, so I created `SocketContext': `ChatContext': 'SocketContext' with React.
Source: HackerNoon →