Stateless Functional Component — A JavaScript function that accepts props as parameter and returns React Component. This can be used instead of normal React Component. Also referred to as Pure Component, Dumb Component, available in React>= 0.14. In redux stateless components are often stated as Presentational Component.