What distinguishes the React component model, the difference between functional and class-based components, and an overview of how it all works. — In the first post in this series, we started to build a mental model of the Preact codebase, explored some fringe code for utilities and global options, and saw how JSX becomes virtual dom trees. In this second post, we’ll look at the (P)react component model: what it is, how…