Understanding React Rendering
A practical explanation of how React rendering actually works under the hood, and why most re-render bugs are really state placement bugs.
2 min read49 views
Tag
A practical explanation of how React rendering actually works under the hood, and why most re-render bugs are really state placement bugs.
Where the server/client boundary actually belongs, and how to stop accidentally shipping your whole application to the browser.
Four booleans give you sixteen states, and twelve of them are nonsense. Model the four you actually have instead.
Both fetch data, but they solve different problems. A decision guide instead of a turf war.