Stateless Functional Components

Let's face it. The components we will be writing aren't going to be changing the world. The bulk of the components we are going to write will do a few simple things, all of which revolve around taking some props and spitting out some markup. For these simple components, is all the complexity we have to deal with when defining them necessary? Probably not.


This is a companion discussion topic for the original entry at https://www.kirupa.com/react/functional_components.htm