[Wallet Messenger Service] Architecture
This post was migrated from Tistory. You can find the original here. Message service architecture Current state Current state Thinking through the problems that would arise as traffic grows i...
This post was migrated from Tistory. You can find the original here. Message service architecture Current state Current state Thinking through the problems that would arise as traffic grows i...
This post was migrated from Tistory. You can find the original here. Problem Every time a context menu is opened or closed by right-clicking on a single Message, all Messages re-render. //Chat....
This post was migrated from Tistory. You can find the original here. onContextMenu Right-click boxes have their own dedicated event, onContextMenu, separate from onClick. Right-clicking on a c...
This post was migrated from Tistory. You can find the original here. const Messeges = () => { <> <S.Messages> { reMsgArr.m...
This post was migrated from Tistory. You can find the original here. While building a chat application, I wanted a user’s profile picture to show only on the first message of a consecutive run of...
This post was migrated from Tistory. You can find the original here. While trying to figure out what to use for front-end state management, I came across Recoil, which seems to be used a lot like...
This post was migrated from Tistory. You can find the original here. https://ryuhojin.tistory.com/19 [[ReactJS] React + TypeScript + Webpack5 initial setup (fully updated for React 18) [2022-10...
This post was migrated from Tistory. You can find the original here. Kafka zookeeper kafka cluster broker topic ...
This post was migrated from Tistory. You can find the original here. Custom Elements class Test extends HTMLElement { constructor() { // Start by calling super() so that the correct ...
This post was migrated from Tistory. You can find the original here. 2023.07.31 - [Project/Membership Fee Management Messenger Service (07.28~)] - Membership Fee Management Messenger Service - Wi...