We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.