What’s a pure functional component in React? Technology Community › Category: React › What’s a pure functional component in React? 0 Vote Up Vote Down VietMX Staff asked 4 years ago A component that has no internal state of its own, nor any side effects, and thus is often written as a function as opposed to an ES6 class.