From the main section: > Use a leading underscore `_` when naming private properties. From the React section: > Do not use underscore prefix for internal methods of a React component. These two seem a bit inconsistent.