1. 4
  1. 4

    Author here. I’ve been exploring the React internals, to answer some questions that frequently come up on pull request reviews around what optimizations really matter in React applications.

    While doing that I’ve been capturing notes, and am planning on writing a series of articles about how React works internally. This is the first one.

    1. 1

      I have been wondering how the useState function works, but haven’t looked at the source code yet. I would love to read one of your notes on the topic :)