What you need to know: A bit of functional programming (compose, curry, lenses)A bit of ReactA bit of ES6Note: I will use JSX notation to simplify the code samples. What is a React stateless function?Usually you may define a React component as follows: A quote from the React documentation: This simplified component API is intended for components that are pure functions of their props. These compon