The Two Reacts — overreacted
Suppose I want to display something on your screen. Whether I want to display a web page like this blog post, an interactive web app, or even a native app that you might download from some app store, at least two devices must be involved. Your device and mine. It starts with some code and data on my device. For example, I am editing this blog post as a file on my laptop. If you see it on your screen, it must have already traveled from my device to yours. At some point, somewhere, my code and data turned into the HTML and JavaScript instructing your device to display this. So how does that relate to React? React is a UI programming paradigm that lets me break down what to display (a blog post, a signup form, or even a whole app) into independent pieces called components, and compose them like LEGO blocks. I’ll assume you already know and like components; check react.dev for an intro. Components are code, and that code has to run somewhere. But wait—whose computer should they run on? Sho
The Two Reacts January 4, 2024 Pay what you like Suppose I want to display something on your screen. Whether I want to display a web page like this blog post, an interactive web app, or even a native app that you might download from some app store, at least two devices must be involved. Your device and mine. It starts with some code and data on my device. For example, I am editing this blog post as a file on my laptop. If you see it on your screen, it must have already traveled from my device to yours. At some point, somewhere, my code and data turned into the HTML and JavaScript instructing y
Explore this link on the map →related reading
- Making Sense of React Server Components • Josh W. Comeaujoshwcomeau.com
- You Might Not Need an Effect – Reactreact.dev
- React Foundations: Server and Client Components | Next.jsnextjs.org
- Building data-centric apps with a reactive relational databaseriffle.systems
- Tutorial: Tic-Tac-Toe – Reactreactjs.org
- The Interactive Guide to Rendering in Reactui.dev
- Navigating the future of frontendfrontendmastery.com
- Server Components – Reactreact.dev
- Building Bulletproof React Components - Shu Dingshud.in
- We migrated 50,000 lines of code to React Server Componentsmux.com
- Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior · Mark's Dev Blogblog.isquaredsoftware.com
- How to Steal Any React Componentfant.io