# React Style Guide ### Prefer Stateless functional components where possible. Stateless function components are more concise, and there are plans for react to increase performance of them. Good: ``` export function KuiButton(props) { return