Closed tetsuharuohzeki closed 3 years ago
Basically, we should use camelCase or UPPER_CASE. But this change allow these patterns for react:
camelCase
UPPER_CASE
const SomeContext = React.useContext(); const MemoizedComponent = React.memo(function SomeComponent(props) { ... });
Basically, we should use
camelCase
orUPPER_CASE
. But this change allow these patterns for react: