Dec 21, 2025 · 3 min read · If you’ve worked with React Server Components (RSC), you know the server streams a special payload to the client using the React Flight protocol. At first glance, it looks like harmless serialized data — just chunks that eventually turn into UI. But ...
Join discussion
Aug 1, 2025 · 4 min read · React는 어떻게 우리가 작성한 코드를 실제 눈에 보이는 DOM 요소로 변환할까요? React 18.2.0을 기준으로 내부 동작을 설명한 훌륭한 아티클이 있지만, React 19가 릴리스되면서 많은 부분이 변경되었습니다. 특히 React Compiler의 도입과 같은 큰 변화가 있었죠. 이 글에서는 최신 React 19.1.0 버전의 소스 코드를 기반으로, React 애플리케이션이 최초로 화면을 그리는 '초기 마운트(Initial Mount)...
Join discussion
Jul 29, 2025 · 12 min read · Did you know? React doesn’t store state in variables. When you call: const [count, setCount] = useState(0); You might assume React stores count in some internal object or variable tied to your component. But that’s not how it works. ✅ React actually...
Join discussion
Apr 15, 2025 · 3 min read · “To understand the code, you must live in the code.”— A React explorer with console.log as his compass Where it all began... 🌱 When I decided to truly understand how React works under the hood — not just use it, but really get it — I didn’t know wh...
Join discussionMay 18, 2024 · 11 min read · 영문 블로그 글을 번역했습니다. 허가를 받으면 시리즈를 이어갈 예정입니다.원문링크: https://jser.dev/react/2022/02/08/the-diffing-algorithm-for-array-in-react ℹ️React Internals Deep Dive 에피소드 19, 유튜브에서 제가 설명하는 것을 시청해주세요. ⚠React@18.2.0기준, 최신 버전에서는 구현이 변경되었을 수 있습니다. 💬 역자 주석: JSer의 코멘트...
Join discussion
May 14, 2024 · 3 min read · 영문 블로그 글을 번역했습니다. 허가를 받으면 시리즈를 이어갈 예정입니다.원문링크:https://jser.dev/react/2022/01/26/how-does-react-usedeferredvalue-work ℹ️React Internals Deep Dive 에피소드 17, 유튜브에서 제가 설명하는 것을 시청해주세요. ⚠React@18.2.0기준, 최신 버전에서는 구현이 변경되었을 수 있습니다. 💬 역자 주석: JSer의 코멘트는 ❗❗로...
Join discussion
May 3, 2024 · 4 min read · 영문 블로그 글을 번역했습니다. 허가를 받으면 시리즈를 이어갈 예정입니다.원문링크: https://jser.dev/react/2021/12/25/how-does-useImperativeHandle-work ℹ️React Internals Deep Dive 에피소드 12, 유튜브에서 제가 설명하는 것을 시청해주세요. ⚠React@18.2.0기준, 최신 버전에서는 구현이 변경되었을 수 있습니다. 💬 역자 주석: Jser의 코멘트는 ❗❗로 표...
Join discussion
Apr 29, 2024 · 4 min read · 영문 블로그 글을 번역했습니다. 허가를 받으면 시리즈를 이어갈 예정입니다.원문링크:https://jser.dev/react/2021/12/05/how-does-useRef-work ℹ️React Internals Deep Dive 에피소드 11, 유튜브에서 제가 설명하는 것을 시청해주세요. ⚠React@18.2.0기준, 최신 버전에서는 구현이 변경되었을 수 있습니다. 💬 역자 주석: Jser의 코멘트는 ❗❗로 표시 해뒀습니다.그 외 주석...
Join discussion
Apr 4, 2024 · 5 min read · 영문 블로그 글을 번역했습니다. 허가를 받으면 시리즈를 이어갈 예정입니다.원문링크: https://jser.dev/2023-07-11-overall-of-react-internals/#1-tips-on-learning-react-internals ℹ️ React Internals Deep Dive 에피소드 1, 유튜브에서 제가 설명하는 것을 시청해주세요. ⚠ React@18.2.0 기준, 최신 버전에서는 구현이 변경되었을 수 있습니다. ...
Join discussion