Understanding React Component Categories: Stateless, Stateful, and Structural Components
As you build applications using React.js, you'll start to see certain categories of components naturally unfold. These categories—stateless (or presentational) components, stateful components, and structural components—help us think about components ...
alhassanjoshua.hashnode.dev4 min read