The front end
State is the part that actually bites
Most of my thinking time on a React project goes into data flow rather than layout. Which component owns which piece of state, how it gets from the server to the screen, and what the page does on the third render when the data still hasn't arrived. I work mostly in React and Next.js.


